CBPeripheralManagerState Enumeración
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Enumera los posibles estados de .CBPeripheralManager
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'CBManagerState' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CBPeripheralManagerState
type CBPeripheralManagerState =
- Herencia
-
CBPeripheralManagerState
- Atributos
Campos
Nombre | Valor | Description |
---|---|---|
Unknown | 0 | |
Resetting | 1 | |
Unsupported | 2 | |
Unauthorized | 3 | |
PoweredOff | 4 | |
PoweredOn | 5 |