Modifier

Partager via


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

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

Applies to