WDS Pkt Statistics request data structure for individual session
- Parameters
-
| pTXPacketSuccesses |
- No of transmitted Packets without error.
|
| pRXPacketSuccesses |
- No 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 |
- No of bytes transmitted without error.
|
| pRXOkBytesCount |
- No of bytes received without error.
|
| pTXOKBytesLastCall |
- No 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.
|