public static final class Dot11AbstractSupportedRatesElement.Rate extends Object implements Dot11AbstractSupportedRatesElement.Datum
Constructor and Description |
---|
Dot11AbstractSupportedRatesElement.Rate(boolean basic,
byte rate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte |
getRate() |
double |
getRateInMbitPerSec() |
byte |
getRawData() |
int |
hashCode() |
boolean |
isBasic() |
String |
toString() |
public Dot11AbstractSupportedRatesElement.Rate(boolean basic, byte rate)
basic
- basicrate
- ratepublic boolean isBasic()
public byte getRate()
public double getRateInMbitPerSec()
public byte getRawData()
getRawData
in interface Dot11AbstractSupportedRatesElement.Datum
Copyright © 2011–2018 Pcap4J.org. All rights reserved.