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
processID
This 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.
initDeviceID
This contains the Device Object_Identifier of the device that initiated the notification service request.
timeRemaining
The remaining time of the subscription to exist in seconds is contained in this parameter.
fTimeStampPresent
This flag indicates if the timeStamp is present and valid in this request.
timeStamp
This contains the current time in the device which is initiating the request.
numberOfCOVNotifications
The number of entries in the array of notifications.
listOfCOVNotifications
POINTER TO IEC_BACNET_COV_NOTIF_MUL
Pointer to the array of notifications.