#include <qaGobiApiWds.h>
|
|
ULONG * | pTXPacketSuccesses |
| |
|
ULONG * | pRXPacketSuccesses |
| |
|
ULONG * | pTXPacketErrors |
| |
|
ULONG * | pRXPacketErrors |
| |
|
ULONG * | pTXPacketOverflows |
| |
|
ULONG * | pRXPacketOverflows |
| |
|
ULONGLONG * | pTXOkBytesCount |
| |
|
ULONGLONG * | pRXOkBytesCount |
| |
|
ULONGLONG * | pTXOKBytesLastCall |
| |
|
ULONGLONG * | pRXOKBytesLastCall |
| |
|
ULONG * | pTXDroppedCount |
| |
|
ULONG * | pRXDroppedCount |
| |
WDS Pkt Statistics request data structure for individual session
- Parameters
-
| pTXPacketSuccesses |
- Number of transmitted Packets without error.
|
| pRXPacketSuccesses |
- Number of received Packets without error.
|
| pTXPacketErrors |
- Number of outgoing packets with framing errors.
|
| pRXPacketErrors |
- Number of incoming packets with framing errors.
|
| pTXPacketOverflows |
- Number of packets dropped because Tx buffer overflowed (out of memory).
|
| pRXPacketOverflows |
- Number of packets dropped because Rx buffer overflowed (out of memory).
|
| pTXOkBytesCount |
- Number of bytes transmitted without error.
|
| pRXOkBytesCount |
- Number of bytes received without error.
|
| pTXOKBytesLastCall |
- Number of bytes transmitted without error during the last data call (0 if no call was made earlier). Returned only if not in a call, and when the previous call was made using RmNet (for any devices that support
|
| pRXOKBytesLastCall |
- Number of bytes received without error during the last data call (0 if no call was made earlier). Returned only if not in a call, and when the previous call was made using RmNet (for any devices that support
|
| pTXDroppedCount |
- Number of outgoing packets dropped.
|
| pRXDroppedCount |
- Number of incoming packets dropped.
|
The documentation for this struct was generated from the following file: