GetEvents¶
-
virtual std::map<std::string, PEvent> IEventSource::GetEvents() = 0¶
Gets the collection of events of this event source.
- Returns
std::map<std::string, PEvent> – Collection of events of this event source.
- 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).