CBCentralManagerState Enum

Definition

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

PoweredOff 4
PoweredOn 5
Resetting 1
Unauthorized 3
Unknown 0
Unsupported 2

Applies to