ST_BACnet_TcIoEthStatistic
Structure with information for sending and receiving of network frames from the network driver.
TYPE ST_BACnet_TcIoEthStatistic :
STRUCT
dcTimeStamp : ARRAY[0..1] OF DWORD;
sendFrames : DWORD;
recvFrames : DWORD;
sendTimeRTime : DWORD;
recvTimeRTime : DWORD;
sendTimeNdis : DWORD;
recvTimeNdis : DWORD;
END_STRUCT
END_TYPE
dcTimeStamp
: Real-time timestamp (DC time).
sendFrames
: Sent Ethernet frames of the BACnet adapter.
recvFrames
: Processed Ethernet frames of the BACnet adapter.
sendTimeRTime
: Non-BACnet specific information from the network driver (internal diagnosis).
recvTimeRTime
: Non-BACnet specific information from the network driver (internal diagnosis).
sendTimeNdis
: Non-BACnet specific information from the network driver (internal diagnosis).
recvTimeNdis
: Non-BACnet specific information from the network driver (internal diagnosis).