[Missing <summary> documentation for "M:InTheHand.Bluetooth.BluetoothDevice.FromIdAsync(System.String)"]
public static Task<BluetoothDevice> FromIdAsync(
string id
)
Public Shared Function FromIdAsync (
id As String
) As Task(Of BluetoothDevice)
public:
static Task<BluetoothDevice^>^ FromIdAsync(
String^ id
)
static member FromIdAsync :
id : string -> Task<BluetoothDevice>
[Missing <param name="id"/> documentation for "M:InTheHand.Bluetooth.BluetoothDevice.FromIdAsync(System.String)"]
[Missing <returns> documentation for "M:InTheHand.Bluetooth.BluetoothDevice.FromIdAsync(System.String)"]