IEC_BACNET_COV_NOTIF_INFO (STRUCT)ΒΆ

TYPE IEC_BACNET_COV_NOTIF_INFO : STRUCT

Description for the BACnetCovNotificationInfo datatype

This structure is used to transport all data used for initiation of change of value notifications.

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.

monitoredObjectID

IEC_BACNET_OBJECT_ID

This contains the Object_Identifier of the object which value has changed.

timeRemaining

IEC_BACNET_UINT

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

listOfValues

POINTER TO IEC_BACNET_PROPERTY_VALUE

This contains a list of one or more property values.

nValueCount

IEC_BACNET_ELEMENT_COUNT

The count of values in the list of values.