#include <qaGobiApiDcs.h>
|
ULONG | rx_packets |
|
ULONG | tx_packets |
|
ULONGLONG | rx_bytes |
|
ULONGLONG | tx_bytes |
|
ULONG | rx_errors |
|
ULONG | tx_errors |
|
ULONG | rx_overflows |
|
ULONG | tx_overflows |
|
This structure contains the SLQSGetNetStatistic Information
- Parameters
-
rx_packets |
- Number of received Packets without error
|
tx_packets |
- Number of transmitted Packets without error
|
rx_bytes |
- Number of bytes recieved without error
|
tx_bytes |
- NNumbero of bytes transmitted without error
|
rx_error |
- Number of incoming packets with framing errors
|
tx_error |
- Number of outgoing packets with framing errors
|
rx_overflows |
- Number of packets dropped because Rx buffer overflowed
|
tx_overflows |
- Number of packets dropped because Tx buffer overflowed
|
The documentation for this struct was generated from the following file: