Click or drag to resize

wclGattWriteKind Enumeration

The GATT write operation mode.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclGattWriteKind
Members
Member nameValueDescription
wkWithResponse0 Execute write operation as Write With Response.
wkWithoutResponse1 Execute write operation as Write Without Response if a characteristic supports such method. If a characteristic does not support Write Without Response the WCL_E_BLUETOOTH_LE_WRITE_WITHOUT_RESPONSE_NOT_SUPPORTED error returned.
wkAuto2 Automatic detection of write operation mode. If a characteristic supports Write Without Response then this method will be used. Otherwise the Write With Response operation executes. The default write operation mode.
See Also