Click or drag to resize

wclGattLocalCharacteristicWriteRequestRespond Method

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

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int Respond()

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks
This method must be called only in case the write operation was made with required response (the WithResponse property is True.
See Also