TwclGattLocalCharacteristicWriteRequest.Respond Method

Sends a response to the connected client in respond to a write request.

Namespace: wclBluetooth
public
 function Respond: Integer;

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

This method must be called only in case the write operation was made with required response (the WithResponse property is True.