GetId¶
-
virtual uint32_t ICommandBase::GetId() = 0¶
Gets the identifier of the command.
- Returns
uint32_t – Identifier of the command.
- Throws
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
This identifier is randomly assigned, so no ordering is to be assumed. Command identifiers are unique per client instance.