ST_BACnet_TcIoEthTxRxErrorCount
Structure with information on faulty network frames from the network driver.
TYPE ST_BACnet_TcIoEthTxRxErrorCount :
STRUCT
txCnt : DWORD;
rxCnt : DWORD;
END_STRUCT
END_TYPE
txCnt
: Number of faulty sent frames (lost sent packets).
rxCnt
: Number of faulty received frames (discarded received packets).