Click or drag to resize

wclGattOperationFlag Enumeration

This enumeration describes how a GATT reading operation should be executed.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclGattOperationFlag
Members
Member nameValueDescription
goNone0 Use default behavior.
goReadFromDevice1 The value is to be read directly from the device. This overwrites the one in the cache if one is already present.
goReadFromCache2 The value is to be read from the cache (regardless of whether it is present in the cache or not).
See Also