IEC_BACNET_DESTINATION
(STRUCT)
TYPE IEC_BACNET_DESTINATION : STRUCT
Definition of the BACnetDestination structure
A Destination determines a set of conditions for sending notifications. A list of this datatype is used in the Recipient List property of the Notification Class object. Destination attributes indicate valid days of week and time interval, a notification recipient, a process identifier, whether the notification should be made using the confirmed or unconfirmed service, and flag bits which indicate those state transitions (Offnormal, Fault, Return) for which this recipient is suitable. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_DESTINATION.
- InOut:
Name
Type
Comment
validDays
The set of days of the week on which this destination may be used between From Time and To Time
fromTime
Specifies the start of the window of time (inclusive) during which the destination is viable on the days of the week specified by Valid Days. These values shall be specific times
toTime
Specifies the end of the window of time (inclusive) during which the destination is viable on the days of the week specified by Valid Days. These values shall be specific times
recipient
The destination device(s) to receive notifications
processID
The handle of a process within the recipient device that is to receive the event notification
issueConfNotification
(TRUE) if confirmed notifications are to be sent and (FALSE) if unconfirmed notifications are to be sent
transitions
A set of three flags that indicate those transitions {TOOFFNORMAL, TO-FAULT, TO-NORMAL} for which this recipient is suitable. For an enumeration have a look at BACNET_EVENT_TRANSITION_BITS