UNION_BACNET_EVENT_PARAMETER (UNION)ΒΆ
TYPE UNION_BACNET_EVENT_PARAMETER : UNION
The Event Parameter data type defines the conditions that will generate an event.
This data type is used in the Event Parameters property of the Event Enrollment object. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_EVENT_PARAMETER. Events generation is based on the value of a referenced property. Depending on the type of event initiating object and the event type, an Event Parameters can contain one of several sets of fields. The choice of fields is indicated by an Event Type tag.
- InOut:
- Name - Type - Comment - coBitString- Contains the data for the Change of Bit String event type - coState- Contains the data for the Change of State event type - coValue- Contains the data for the Change of Value event type - cmdFailure- Contains the data for the Command Failure event type - floatingLimit- Contains the data for the Floating Limit event type - outOfRange- Contains the data for the Out of Range event type - bufferReady- Contains the data for the Buffer Ready event type - coLifeSafety- Contains the data for the Change of Life Safety event type - extended- Contains the data for the Extended event type - unsignedRange- Contains the data for the Unsigned Range event type - accessEvent- Contains the data for the access event event type - doubleOutOfRange- Contains the data for the double Out of Range event type - signedOutOfRange- Contains the data for the signed Out of Range event type - unsignedOutOfRange- Contains the data for the unsigned Out of Range event type - coCharString- Contains the data for the Change Of Character String event type - coStatusFlags- Contains the data for the Change of Statusflags event type 
