public abstract class Dot11AbstractSupportedRatesElement extends Dot11InformationElement
Modifier and Type | Class and Description |
---|---|
static class |
Dot11AbstractSupportedRatesElement.BssMembershipSelector |
static class |
Dot11AbstractSupportedRatesElement.Builder |
static interface |
Dot11AbstractSupportedRatesElement.Datum |
static class |
Dot11AbstractSupportedRatesElement.Rate |
Modifier | Constructor and Description |
---|---|
protected |
Dot11AbstractSupportedRatesElement(byte[] rawData,
int offset,
int length,
Dot11InformationElementId id) |
protected |
Dot11AbstractSupportedRatesElement(Dot11AbstractSupportedRatesElement.Builder builder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Dot11AbstractSupportedRatesElement.BssMembershipSelector> |
getBssMembershipSelectors() |
abstract Dot11AbstractSupportedRatesElement.Builder |
getBuilder() |
protected abstract String |
getElementName() |
List<Dot11AbstractSupportedRatesElement.Rate> |
getRates() |
byte[] |
getRawData() |
int |
hashCode() |
int |
length() |
String |
toString() |
String |
toString(String indent) |
getElementId, getLength, getLengthAsInt
protected Dot11AbstractSupportedRatesElement(byte[] rawData, int offset, int length, Dot11InformationElementId id) throws IllegalRawDataException
rawData
- rawDataoffset
- offsetlength
- lengthid
- idIllegalRawDataException
- if parsing the raw data fails.protected Dot11AbstractSupportedRatesElement(Dot11AbstractSupportedRatesElement.Builder builder)
builder
- builderpublic List<Dot11AbstractSupportedRatesElement.Rate> getRates()
public List<Dot11AbstractSupportedRatesElement.BssMembershipSelector> getBssMembershipSelectors()
public int length()
length
in class Dot11InformationElement
public byte[] getRawData()
getRawData
in class Dot11InformationElement
public abstract Dot11AbstractSupportedRatesElement.Builder getBuilder()
public int hashCode()
hashCode
in class Dot11InformationElement
public boolean equals(Object obj)
equals
in class Dot11InformationElement
public String toString(String indent)
indent
- indentprotected abstract String getElementName()
Copyright © 2011–2018 Pcap4J.org. All rights reserved.