Base class for event data. This base class holds the event data that every event notification must contain. When an event has additional properties, these propeties shall be defined in a class defined as a subclass of this base class.
The properties of this base class need not be restated in the property list of the subclass, since they will be included by inheritance.
Properties
The event that was raised.
OCP.1 Encoding
Field | Basic type | Byte Length |
Event.EmitterONo.ONo | OcaUint32 | 4 |
Event.EventID.DefLevel | OcaUint16 | 2 |
Event.EventID.EventIndex | OcaUint16 | 2 |