GattCharacteristicProperties Enumeration

Specifies the values for the GATT characteristic properties as well as the GATT Extended Characteristic Properties Descriptor.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
[FlagsAttribute]
public enum GattCharacteristicProperties

Members

None0 The characteristic doesn’t have any properties that apply.
Broadcast1 The characteristic supports broadcasting
Read2 The characteristic is readable
WriteWithoutResponse4 The characteristic supports Write Without Response
Write8 The characteristic is writable
Notify16 The characteristic is notifiable
Indicate32 The characteristic is indicatable
AuthenticatedSignedWrites64 The characteristic supports signed writes
ExtendedProperties128 The ExtendedProperties Descriptor is present
ReliableWrites256 The characteristic supports reliable writes
WriteableAuxiliaries512 The characteristic has writable auxiliaries

See Also