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

IEC_BACNET_UINT

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

IEC_BACNET_OBJECT_ID

This contains the Device Object_Identifier of the device that initiated the notification service request.

timeRemaining

IEC_BACNET_UINT

The remaining time of the subscription to exist in seconds is contained in this parameter.

fTimeStampPresent

IEC_BACNET_BOOLEAN

This flag indicates if the timeStamp is present and valid in this request.

timeStamp

IEC_BACNET_DATE_TIME

This contains the current time in the device which is initiating the request.

numberOfCOVNotifications

IEC_BACNET_ELEMENT_COUNT

The number of entries in the array of notifications.

listOfCOVNotifications

POINTER TO IEC_BACNET_COV_NOTIF_MUL

Pointer to the array of notifications.