public final class RadiotapDataAMpduStatus extends java.lang.Object implements RadiotapPacket.RadiotapData
| Modifier and Type | Class and Description |
|---|---|
static class |
RadiotapDataAMpduStatus.Builder |
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.RadiotapDatapublic byte[] getRawData()
getRawData in interface RadiotapPacket.RadiotapDatapublic RadiotapDataAMpduStatus.Builder getBuilder()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(java.lang.String indent)
toString in interface RadiotapPacket.RadiotapDataindent - indentpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.