Click or drag to resize

wclGattLocalCharacteristicWriteRequestData Property

Gets the pointer to the data.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public byte[] Data { get; }

Property Value

Byte
The data bytes array.
Remarks
This array is valid only inside an event handler. If an application needs to process the data outside the event handler it must copy the data.
See Also