TwclGattServer.OnRead Event

The event fires when a remote GATT client requests characteristic's data read.

Namespace: wclBluetooth
published
 property OnRead: TwclGattLocalCharacteristicReadEvent read FOnRead
 write FOnRead;

An application must call the Respond method to respond on the data read request.