IEC_BACNET_SC_FAILED_CONNECTION_REQUEST (STRUCT)ΒΆ
TYPE IEC_BACNET_SC_FAILED_CONNECTION_REQUEST : STRUCT
This structure describes the BACnetSCFailedConnectionRequest type.
- InOut:
Name
Type
Comment
timestamp
The time stamp of the faild connection request.
peerAddress
This indicates the address of the peer node.
bPeerVmacPresent
This indicates if the peers VMAC is present.
bPeerUuidPresent
This indicates if the peers UUID is present.
peerVMAC
ARRAY [0..(MAX_MAC_WSSC - 1)] OF IEC_BACNET_BYTE
This is the VMAC address of the peer node.
peerUUID
ARRAY [0..15] OF IEC_BACNET_BYTE
This is the device UUID of the peer node.
error
This indicates the most recent error for the connection. If the connectionState field is NOT_CONNECTED or CONNECTED, this field is absent.
errorDetails
This provides details on the most recent error. If the connectionState field is NOT_CONNECTED or CONNECTED, this field is absent indicated by settinmg the string type to none.