BluetoothDeviceFromIdAsync Method

[Missing <summary> documentation for "M:InTheHand.Bluetooth.BluetoothDevice.FromIdAsync(System.String)"]

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static Task<BluetoothDevice> FromIdAsync(
	string id
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:InTheHand.Bluetooth.BluetoothDevice.FromIdAsync(System.String)"]

Return Value

TaskBluetoothDevice

[Missing <returns> documentation for "M:InTheHand.Bluetooth.BluetoothDevice.FromIdAsync(System.String)"]

See Also