CBCharacteristicProperties Enum

Definition

The possible properties of a characteristic. A characteristic may have multiple properties.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum CBCharacteristicProperties
type CBCharacteristicProperties = 
Inheritance
CBCharacteristicProperties
Attributes

Fields

AuthenticatedSignedWrites 64
Broadcast 1
ExtendedProperties 128
Indicate 32
IndicateEncryptionRequired 512
Notify 16
NotifyEncryptionRequired 256
Read 2
Write 8
WriteWithoutResponse 4

Applies to