IEC_BACNET_SPECIAL_EVENT (STRUCT)ΒΆ
TYPE IEC_BACNET_SPECIAL_EVENT : STRUCT
Definition of the BACnetSpecialEvent structure
A Special Event data type is used in a Exception Schedule property of Schedule object. It contains an effective Period (either a Calendar Entry or reference to a Calendar object), a list of Time Values and an event Priority. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_SPECIAL_EVENT.
- InOut:
- Name - Type - Comment - tag- The Period may be a BACnetCalendarEntry or it may refer to a Calendar object. - period- Covers the different possible period types - pEntries- POINTER TO IEC_BACNET_TIME_VALUE - Each item in the List of BACnetTimeValue specifies a time and a value of primitive datatype that is used at the time specified by the time portion. - entryCount- Count of time value pairs in the List_Of_Time_Values - eventPriority- The highest EventPriority is 1 and the lowest is 16. The EventPriority is not related to the Priority_For_Writing property of the Schedule object. 
