GetEvents¶
-
virtual std::vector<PEvent> IEventResponse::GetEvents() = 0¶
Gets the collection of events configured for this response.
- Returns
std::vector<PEvent> – Collection of events configured for this response.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.