CBCentralManagerState 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 possible states of a CBCentralManager.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'CBManagerState' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CBCentralManagerState
type CBCentralManagerState =
- Inheritance
-
CBCentralManagerState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Resetting | 1 | |
Unsupported | 2 | |
Unauthorized | 3 | |
PoweredOff | 4 | |
PoweredOn | 5 |