SensorState
public enum SensorState : String
Sensor state
-
Sensor is powered on, active and operational
Declaration
Swift
case on
-
Sensor is powered off, inactive and not operational
Declaration
Swift
case off
-
Sensor is not available
Declaration
Swift
case unavailable