[Missing <summary> documentation for "M:InTheHand.Bluetooth.GattCharacteristic.WriteValueWithoutResponseAsync(System.Byte[])"]
public Task WriteValueWithoutResponseAsync(
byte[] value
)Public Function WriteValueWithoutResponseAsync (
value As Byte()
) As Taskpublic:
Task^ WriteValueWithoutResponseAsync(
array<unsigned char>^ value
)member WriteValueWithoutResponseAsync :
value : byte[] -> Task [Missing <param name="value"/> documentation for "M:InTheHand.Bluetooth.GattCharacteristic.WriteValueWithoutResponseAsync(System.Byte[])"]
[Missing <returns> documentation for "M:InTheHand.Bluetooth.GattCharacteristic.WriteValueWithoutResponseAsync(System.Byte[])"]