GetResponses¶
-
virtual std::map<std::string, PEventResponse> IEventResponder::GetResponses() = 0¶
Gets all responses of this event responder.
- Returns
std::map<std::string, PEventResponse> – Collection of responses of this responder.
- 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).CObjectDestroyedException
– Object is destroyed (only applicable if entity is disposable).