ContextEnabled¶
-
bool IEvent.ContextEnabled { get; set; }¶
Gets or sets whether context reporting is enabled.
- Value
bool – True if context reporting is enabled, false otherwise.
- Throws
UnsupportedException– Controller does not support context reporting.UnsupportedException– Event does not support context reporting.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException– Incompatible firmware version loaded.System.ObjectDisposedException– Object is disposed.