GetResponse¶
-
virtual PEventResponse IEventResponder::GetResponse(const std::string &name) = 0¶
Gets the response with the specified name.
- Parameters
name – Name of the response.
- Returns
PEventResponse – The response with the specified name.
- Throws
CInvalidArgumentException
– Response with specified name does not exist.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).