Click or drag to resize

wclGattLocalCharacteristicWriteRequestWithResponse Property

Gets the write operation flag.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public bool WithResponse { get; }

Property Value

Boolean
The GATT write operation flag.
Remarks
If this property is True an application must response to the write request with Respond or RespondWithError method.
See Also