UNION_BACNET_NMM_ERRORS (UNION)ΒΆ
TYPE UNION_BACNET_NMM_ERRORS : UNION
Structure which contains the error information for detected network errors at runtime like misconfigured BACnet routers or double network numbers.
- InOut:
Name
Type
Comment
invalidVersion
Contains the information about the invalid protocol version in the NPDU header.
invalidControl
Contains the information about the invalid control octet in the NPDU header.
invalidNetnumber
Contains the information about the invalid network number in the NPDU header.
invalidAddress
Contains the information about the invalid MAC address in the NPDU header.
netnumberConflict
Contains the information about the network number conflict.
routerConflict
Contains the information about the BACnet router conflict.