Class State.Interface.Counters
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.models.ap.State.Interface.Counters
-
- Enclosing class:
- State.Interface
public static class State.Interface.Counters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description long
collisions
long
multicast
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()
-
-
-
Field Detail
-
collisions
public long collisions
-
multicast
public long multicast
-
rx_bytes
public long rx_bytes
-
rx_packets
public long rx_packets
-
rx_errors
public long rx_errors
-
rx_dropped
public long rx_dropped
-
tx_bytes
public long tx_bytes
-
tx_packets
public long tx_packets
-
tx_errors
public long tx_errors
-
tx_dropped
public long tx_dropped
-
-