IEC_BACNET_OBJECT_DATA_INFO (STRUCT)ΒΆ

TYPE IEC_BACNET_OBJECT_DATA_INFO : STRUCT

This structure contains the data of the requested properties for the object.

InOut:

Name

Type

Comment

objectId

IEC_BACNET_OBJECT_ID

The object identifier of the remote object.

This is the object identifier read from the remote device object-list property.

nCountProperties

IEC_BACNET_ELEMENT_COUNT

The count of property datas retrieved.

This contains the number of property infornmation structures retrieved for the object.

pPropertyData

POINTER TO IEC_BACNET_READ_RESULT_ITEM

The pointer to the data structure containing all property information.

This contains the array of collected object information which has been requested by the application.