GetId¶
-
virtual uint32_t IController::GetId() = 0¶
Gets the identifier of the controller.
- Returns
uint32_t – Identifier of the controller.
- Throws
CUnsupportedException– Controller does not have an identifier, see product specific documentation.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 product specific documentation for the meaning of the identifier.