ST_BACnet_TcIoEthStatistic
Structure with information for sending and receiving of network frames from the network driver.
dcTimeStamp : ARRAY[0..1] OF DWORD; (* ULONGLONG *)
sendFrames : DWORD; (* ULONG *)
recvFrames : DWORD; (* ULONG *)
sendTimeRTime : DWORD; (* ULONG *)
recvTimeRTime : DWORD; (* ULONG *)
sendTimeNdis : DWORD; (* ULONG *)
recvTimeNdis : DWORD; (* ULONG *)
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).