#include <wds.h>
|
uint8_t | statsPeriod |
|
uint32_t | statsMask |
|
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 (in 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
- 0x00000100 - Tx packets dropped
- 0x00000200 - Rx packets dropped
- 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: