IEC_BACNET_DEVICE_DISCOVERY_INFO (STRUCT)ΒΆ
TYPE IEC_BACNET_DEVICE_DISCOVERY_INFO : STRUCT
This structure contains the information about the device discovered in the network along with additional information network address and device id collisions.
- InOut:
Name
Type
Comment
nBadRoutes
The count of bad configured routers found during network scan.
pBadRoutes
POINTER TO IEC_BACNET_ROUTER_ENTRY
This array contains the information of multiple present BACnet routers. The BACnet standard only allows ONE router to a specified BACnet network. In case of multiple routers reporting to be able to route into the same network they will be listed here. In case of detected routing problems devices in the network of those routers in this list can not be downloaded.
nMultipleInstances
The count of multiple instance or address conflicts found during network scan .
pMultipleInstances
POINTER TO IEC_BACNET_ADDRESS_BINDING
This array contains information about the found multiple instances and addresses during network scan. If a device instance is reported using different MAC addresses this will be listed here. If different device instances are reported with the same MAC address they also get listed here. In both cases a download of the device will also be attempted but might not be successful.
bDeviceInfoValid
Flag indicating if below device information block is valid (TRUE) or not (FALSE).
deviceInfo
The collected or requested information about a device in the BACnet network.