GetState¶
-
virtual T IStateMachine::GetState() = 0¶
Gets the state of the state machine.
- Returns
T – State of the state machine.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CIncompatibleException
– Incompatible firmware version loaded (only applicable if entity is a controller).