IEC_BACNET_OBJECT_INFO (STRUCT)ΒΆ

TYPE IEC_BACNET_OBJECT_INFO : STRUCT

This structure contains all information of one object found in a device in the network.

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. This is always present if the object-list has been requested.

name

IEC_BACNET_STRING

It contains the remote object object name.

This is the value of the property object-name read from the remote BACnet object. This is only present if it has been requested.

description

IEC_BACNET_STRING

It contains the remote object description string (optional).

This is the value of the property description read from the remote BACnet object. This is an optional property so this might not be representing any valid string.

tags

IEC_BACNET_NAME_VALUE_COLLECTION

It contains the remote object tags (optional).

This is the value of the property tags read from the remote BACnet object. This is an optional property so this might not be representing any valid content.

profileName

IEC_BACNET_STRING

It contains the remote object profile-name (optional).

This is the value of the property profile-name read from the remote BACnet object. This is an optional property so this might not be representing any valid string.

profileLocation

IEC_BACNET_STRING

It contains the remote object profile-location (optional).

This is the value of the property profile-location read from the remote BACnet object. This is an optional property so this might not be representing any valid string.