IEC_BACNET_STACK_IP_DATALINK (STRUCT)ΒΆ
TYPE IEC_BACNET_STACK_IP_DATALINK : STRUCT
This structure defines the BACnet IP datalink type.
This structure is used for configuration of the IP datalink layer.
- InOut:
Name
Type
Comment
pszDeviceNamePOINTER TO IEC_BACNET_BYTE
Name (IP address) of the adapter to use.
udpPortNumberThe udp port.
bBbmdActiveThe datalink is configured to act as an bbmd device.
bForeignDeviceActiveThe datalink is configured to act as an foreign device.
registrationIntervallThe intervall for FD reregistration.
pszForeignAddressPOINTER TO IEC_BACNET_BYTE
Address of the foreign BBMD device to which we should register.
bUsesTwoHopDistributionThe distribution will be done using a Two-Hop distribution mask if set to true.
bbmdListARRAY [0..(TARGET_SUPPORTS_IP_DATALINK_WITH_BBMD - 1)] OF IEC_BACNET_IP_BBMD_ENTRY
The array of BBMD entries.
Entries which are unused will have an IP entry with all elements set to 0 here.