GattCharacteristicProperties Enumeration
Specifies the values for the GATT characteristic properties as well as the GATT Extended Characteristic Properties Descriptor.
Namespace: InTheHand.BluetoothAssembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
[FlagsAttribute]
public enum GattCharacteristicProperties
<FlagsAttribute>
Public Enumeration GattCharacteristicProperties
[FlagsAttribute]
public enum class GattCharacteristicProperties
[<FlagsAttribute>]
type GattCharacteristicProperties
None | 0 |
The characteristic doesn’t have any properties that apply.
|
Broadcast | 1 |
The characteristic supports broadcasting
|
Read | 2 |
The characteristic is readable
|
WriteWithoutResponse | 4 |
The characteristic supports Write Without Response
|
Write | 8 |
The characteristic is writable
|
Notify | 16 |
The characteristic is notifiable
|
Indicate | 32 |
The characteristic is indicatable
|
AuthenticatedSignedWrites | 64 |
The characteristic supports signed writes
|
ExtendedProperties | 128 |
The ExtendedProperties Descriptor is present
|
ReliableWrites | 256 |
The characteristic supports reliable writes
|
WriteableAuxiliaries | 512 |
The characteristic has writable auxiliaries
|