GattCharacteristicWriteValueWithResponseAsync Method

Performs a Characteristic Value write to a Bluetooth LE device.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public Task WriteValueWithResponseAsync(
	byte[] value
)

Parameters

value  Byte

[Missing <param name="value"/> documentation for "M:InTheHand.Bluetooth.GattCharacteristic.WriteValueWithResponseAsync(System.Byte[])"]

Return Value

Task

[Missing <returns> documentation for "M:InTheHand.Bluetooth.GattCharacteristic.WriteValueWithResponseAsync(System.Byte[])"]

See Also