[Missing <summary> documentation for "M:InTheHand.Bluetooth.GattService.GetCharacteristicAsync(InTheHand.Bluetooth.BluetoothUuid)"]
public Task<GattCharacteristic> GetCharacteristicAsync(
BluetoothUuid characteristic
)
Public Function GetCharacteristicAsync (
characteristic As BluetoothUuid
) As Task(Of GattCharacteristic)
public:
Task<GattCharacteristic^>^ GetCharacteristicAsync(
BluetoothUuid characteristic
)
member GetCharacteristicAsync :
characteristic : BluetoothUuid -> Task<GattCharacteristic>
[Missing <param name="characteristic"/> documentation for "M:InTheHand.Bluetooth.GattService.GetCharacteristicAsync(InTheHand.Bluetooth.BluetoothUuid)"]
[Missing <returns> documentation for "M:InTheHand.Bluetooth.GattService.GetCharacteristicAsync(InTheHand.Bluetooth.BluetoothUuid)"]