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
pszDeviceName
POINTER TO IEC_BACNET_BYTE
Name (IP address) of the adapter to use.
udpPortNumber
The udp port.
bBbmdActive
The datalink is configured to act as an bbmd device.
bForeignDeviceActive
The datalink is configured to act as an foreign device.
registrationIntervall
The intervall for FD reregistration.
pszForeignAddress
POINTER TO IEC_BACNET_BYTE
Address of the foreign BBMD device to which we should register.
bUsesTwoHopDistribution
The distribution will be done using a Two-Hop distribution mask if set to true.
bbmdList
ARRAY [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.