GetPowerStateMachine¶
-
virtual PPowerStateMachine ISensor::GetPowerStateMachine() = 0¶
Gets the power state machine of the sensor.
- Returns
PPowerStateMachine – Power state machine of the sensor.
- Throws
CUnsupportedException– Sensor does not support power states.CCommunicationErrorException– Protocol error.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException– Object is destroyed.
- Remarks
See the product specific documentation for the supported power states for sensors.