Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
TrStatInd Struct Reference

#include <qaGobiApiWds.h>

Data Fields

BYTE statsPeriod
 
ULONG statsMask
 

Detailed Description

This structure contains the information about the Transfer Statistics Indicator parameters.

Parameters
statsPeriod
  • Period between transfer statistics reports.
    • 0 - Do not report
    • Other - Period between reports (seconds)
statsMask
  • Requested statistic bit mask.
    • 0x00000001 - Tx packets OK
    • 0x00000002 - Rx packets OK
    • 0x00000004 - Tx packet errors
    • 0x00000008 - Rx packet errors
    • 0x00000010 - Tx overflows
    • 0x00000020 - Rx overflows
    • 0x00000040 - Tx bytes OK
    • 0x00000080 - Rx bytes OK
  • Each bit set causes the corresponding optional information to be sent in SLQSWdsEventReportCallBack.
  • All unlisted bits are reserved for future use and must be set to zero.

The documentation for this struct was generated from the following file: