OcaPowerState¶
-
class
OcaPowerState()¶ Enumeration defining the power states that OCA devices can be in. The state is returned by the device’s Power Manager on request.
-
OcaPowerState.None¶ type: OcaPowerState
Singleton object corresponding to the entry with value
0.
-
OcaPowerState.Working¶ type: OcaPowerState
Singleton object corresponding to the entry with value
1.
-
OcaPowerState.Standby¶ type: OcaPowerState
Singleton object corresponding to the entry with value
2.
-
OcaPowerState.Off¶ type: OcaPowerState
Singleton object corresponding to the entry with value
3.
-