public static final class Dot11LinkAdaptationControl.Aselc
extends java.lang.Object
implements java.io.Serializable
0 1 2 3 4 5
+----+----+----+----+----+----+----+
| ASEL Command | ASEL Data |
+----+----+----+----+----+----+----+
| Constructor and Description |
|---|
Aselc(byte rawData) |
Aselc(Dot11LinkAdaptationControl.AselCommand command,
byte data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Dot11LinkAdaptationControl.AselCommand |
getCommand() |
byte |
getData() |
byte |
getRawData() |
int |
hashCode() |
java.lang.String |
toString() |
public Aselc(Dot11LinkAdaptationControl.AselCommand command, byte data)
command - commanddata - datapublic Aselc(byte rawData)
rawData - the raw data which the ASEL Command is encoded in 3 bits from the LSB.public Dot11LinkAdaptationControl.AselCommand getCommand()
public byte getData()
public byte getRawData()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.