AIDA_tstStatisticsSet

The AIDA_tstStatisticsSet structure is used within the AIDA_tstStatistics structure. It contains a set of transmit and receive data for a given operating mode.

typedef struct {
  dword dwTxEvents;
  dword dwRxEvents;
  dword dwTxBytes;
  dword dwRxBytes;
} AIDA_tstStatisticsSet;

Members

dwTxEvents
The number of transmitted AIDA events since the statistics information last has been cleared.
dwRxEvents
The number of received AIDA events since the statistics information last has been cleared.
dwTxBytes
The number of transmitted user data bytes since the statistics information last has been cleared.
dwRxBytes
The number of received user data bytes since the statistics information last has been cleared.

See Also

AIDA Overview, AIDA Structures And Datatypes, AIDA_tstStatistics, AIDA_tstLoadSet