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
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
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
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
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
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
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.