語言

BluetoothServerSocket.AcceptAsync 方法

定義

多載

名稱 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>

傳回

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

AcceptAsync(Int32)

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

參數

timeout
Int32

傳回

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於