- java.lang.Object
-
- org.pcap4j.packet.Dot11AbstractSupportedRatesElement.Rate
-
-
Constructor Summary
Constructors
| Constructor and Description |
Rate(boolean basic,
byte rate) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
isBasic
public boolean isBasic()
- Returns:
- true if this is a basic rate; false otherwise.
-
getRate
public byte getRate()
- Returns:
- rate
-
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
https://github.com/kaitoy/pcap4j
Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.