Enum GattCharacteristicProperties
- Assembly
- nanoFramework.Device.Bluetooth.dll
Specifies the values for the GATT characteristic Extended Characteristic Properties Descriptor.
[Flags]
public enum GattCharacteristicProperties : uint
Fields
AuthenticatedSignedWrites = 64The characteristic supports signed writes
Broadcast = 1The characteristic supports broadcasting
ExtendedProperties = 128The ExtendedProperties Descriptor is present
Indicate = 32The characteristic is indicatable
None = 0The characteristic doesn’t have any properties that apply.
Notify = 16The characteristic is notifiable
Read = 2The characteristic is readable
ReliableWrites = 256The characteristic supports reliable writes
WritableAuxiliaries = 512The characteristic has writeable auxiliaries
Write = 8The characteristic is writeable
WriteWithoutResponse = 4The characteristic supports Write Without Response