PowerStateMachine¶
-
IStateMachine<PowerState> ISensor.PowerStateMachine { get; }¶
Gets the power state machine of the sensor.
- Value
IStateMachine<PowerState> – Power state machine of the sensor.
- Throws
UnsupportedException– Sensor does not support power states.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException– Object is disposed.
- Remarks
See the product specific documentation for the supported power states for sensors.