- java.lang.Object
-
- org.pcap4j.packet.Dot11LinkAdaptationControl.Mai
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Dot11LinkAdaptationControl
public static final class Dot11LinkAdaptationControl.Mai extends java.lang.Object implements java.io.SerializableMAI subfield0 1 2 3 +---+---+---+---+ |MRQ| MSI | +---+---+---+---+
- Since:
- pcap4j 1.7.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private booleanmrqprivate bytemsiprivate static longserialVersionUID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)bytegetMsi()bytegetRawData()inthashCode()booleanisMrq()java.lang.StringtoString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
mrq
private final boolean mrq
-
msi
private final byte msi
-
-
Method Detail
-
isMrq
public boolean isMrq()
- Returns:
- mrq
-
getMsi
public byte getMsi()
- Returns:
- msi
-
getRawData
public byte getRawData()
- Returns:
- the raw data
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-