IEC_BACNET_COV_NOTIF_MUL_INFO (STRUCT)ΒΆ
TYPE IEC_BACNET_COV_NOTIF_MUL_INFO : STRUCT
Description for the BACnetCovNotificationInfo multiple values datatype
This structure is used to transport all data used for initiation of change of value notifications for multiple values.
- InOut:
Name
Type
Comment
processIDThis contains a numeric identifier to the subscriber. It is used to identify the process in the COV client device to that this notification is directed.
initDeviceIDThis contains the Device Object_Identifier of the device that initiated the notification service request.
timeRemainingThe remaining time of the subscription to exist in seconds is contained in this parameter.
fTimeStampPresentThis flag indicates if the timeStamp is present and valid in this request.
timeStampThis contains the current time in the device which is initiating the request.
numberOfCOVNotificationsThe number of entries in the array of notifications.
listOfCOVNotificationsPOINTER TO IEC_BACNET_COV_NOTIF_MUL
Pointer to the array of notifications.