Click or drag to resize

wclGattLocalCharacteristicProperty Enumeration

The enumeration represents the GATT local characteristic properties, as defined by the GATT profile.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
[FlagsAttribute]
public enum wclGattLocalCharacteristicProperty
Members
Member nameValueDescription
cpNone0 Not specified.
cpAuthenticatedSignedWritable1 The characteristic supports signed writes.
cpBroadcastable2 The characteristic supports broadcasting.
cpExtendedProperties4 The ExtendedProperties Descriptor is present.
cpIndicatable8 The characteristic is indicatable.
cpNotifiable16 The characteristic is notifiable.
cpReadable32 The characteristic is readable.
cpReliableWritable64 The characteristic supports reliable writes.
cpWritableAuxiliaries128 The characteristic has writable auxiliaries.
cpWritable256 The characteristic is writable.
cpWritableWithoutResponse512 The characteristic supports Write Without Response.
See Also