Class InputStats.Counters
- java.lang.Object
-
- com.facebook.openwifi.librca.stats.inputs.InputStats.Counters
-
- Enclosing class:
- InputStats
public static class InputStats.Counters extends Object
Counters are for the wireless interface as a whole
-
-
Field Summary
Fields Modifier and Type Field Description long
rx_bytes
long
rx_dropped
long
rx_errors
long
rx_packets
long
tx_bytes
long
tx_dropped
long
tx_errors
long
tx_packets
-
Constructor Summary
Constructors Constructor Description Counters()
-