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