public static final class Dot11LinkAdaptationControl.Mai
extends java.lang.Object
implements java.io.Serializable
0 1 2 3 +---+---+---+---+ |MRQ| MSI | +---+---+---+---+
| Constructor and Description |
|---|
Mai(boolean mrq,
byte msi) |
Mai(byte rawData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
byte |
getMsi() |
byte |
getRawData() |
int |
hashCode() |
boolean |
isMrq() |
java.lang.String |
toString() |
public Mai(boolean mrq,
byte msi)
mrq - mrqmsi - msipublic Mai(byte rawData)
rawData - the raw data which the MRQ is encoded at the LSB.public boolean isMrq()
public byte getMsi()
public byte getRawData()
public java.lang.String toString()
toString in class java.lang.Objectpublic 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.