public final class RadiotapDataAMpduStatus extends Object implements RadiotapPacket.RadiotapData
Modifier and Type | Class and Description |
---|---|
static class |
RadiotapDataAMpduStatus.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
RadiotapDataAMpduStatus.Builder |
getBuilder() |
byte |
getDelimiterCrcValue() |
boolean |
getDriverReportsZeroLengthSubframes() |
boolean |
getEighthMsbOfFlags() |
boolean |
getFifthMsbOfFlags() |
boolean |
getFourthMsbOfFlags() |
boolean |
getMsbOfFlags() |
boolean |
getNinthMsbOfFlags() |
byte[] |
getRawData() |
int |
getReferenceNumber() |
long |
getReferenceNumberAsLong() |
byte |
getReserved() |
boolean |
getSecondMsbOfFlags() |
boolean |
getSeventhMsbOfFlags() |
boolean |
getSixthMsbOfFlags() |
boolean |
getTenthMsbOfFlags() |
boolean |
getThirdMsbOfFlags() |
int |
hashCode() |
boolean |
isDelimiterCrcError() |
boolean |
isDelimiterCrcValueKnown() |
boolean |
isLastSubframe() |
boolean |
isLastSubframeKnown() |
boolean |
isZeroLengthSubframe() |
int |
length() |
static RadiotapDataAMpduStatus |
newInstance(byte[] rawData,
int offset,
int length)
A static factory method.
|
String |
toString() |
String |
toString(String indent) |
public static RadiotapDataAMpduStatus newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
ByteArrays.validateBounds(byte[], int, int)
, which may throw exceptions undocumented here.rawData
- rawDataoffset
- offsetlength
- lengthIllegalRawDataException
- if parsing the raw data fails.public int getReferenceNumber()
public long getReferenceNumberAsLong()
public boolean getDriverReportsZeroLengthSubframes()
public boolean isZeroLengthSubframe()
public boolean isLastSubframeKnown()
public boolean isLastSubframe()
public boolean isDelimiterCrcError()
public boolean isDelimiterCrcValueKnown()
public boolean getTenthMsbOfFlags()
public boolean getNinthMsbOfFlags()
public boolean getEighthMsbOfFlags()
public boolean getSeventhMsbOfFlags()
public boolean getSixthMsbOfFlags()
public boolean getFifthMsbOfFlags()
public boolean getFourthMsbOfFlags()
public boolean getThirdMsbOfFlags()
public boolean getSecondMsbOfFlags()
public boolean getMsbOfFlags()
public byte getDelimiterCrcValue()
public byte getReserved()
public int length()
length
in interface RadiotapPacket.RadiotapData
public byte[] getRawData()
getRawData
in interface RadiotapPacket.RadiotapData
public RadiotapDataAMpduStatus.Builder getBuilder()
public String toString(String indent)
toString
in interface RadiotapPacket.RadiotapData
indent
- indentCopyright © 2011–2019 Pcap4J.org. All rights reserved.