SetContextEnabled¶
-
virtual void IEvent::SetContextEnabled(bool enabled) = 0¶
Sets whether context reporting is enabled.
- Parameters
enabled – True if context reporting is enabled, false otherwise.
- Throws
CUnsupportedException
– Controller does not support context reporting.CUnsupportedException
– Event does not support context reporting.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.CObjectDestroyedException
– Object is destroyed.