BluetoothServerSocket.AcceptAsync Método

Definición

Sobrecargas

Nombre Description
AcceptAsync()
AcceptAsync(Int32)

AcceptAsync()

public System.Threading.Tasks.Task<Android.Bluetooth.BluetoothSocket?> AcceptAsync();
member this.AcceptAsync : unit -> System.Threading.Tasks.Task<Android.Bluetooth.BluetoothSocket>

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

AcceptAsync(Int32)

public System.Threading.Tasks.Task<Android.Bluetooth.BluetoothSocket?> AcceptAsync(int timeout);
member this.AcceptAsync : int -> System.Threading.Tasks.Task<Android.Bluetooth.BluetoothSocket>

Parámetros

timeout
Int32

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a