CBAttributePermissions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the read, write, and encryption permissions for a characteristic's values.
This enumeration supports a bitwise combination of its member values.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum CBAttributePermissions
type CBAttributePermissions =
- Inheritance
-
CBAttributePermissions
- Attributes
Fields
Name | Value | Description |
---|---|---|
Readable | 1 | |
Writeable | 2 | |
ReadEncryptionRequired | 4 | |
WriteEncryptionRequired | 8 |