public static final class Dot11LinkAdaptationControl.Aselc extends Object implements Serializable
0 1 2 3 4 5 +----+----+----+----+----+----+----+ | ASEL Command | ASEL Data | +----+----+----+----+----+----+----+
Constructor and Description |
---|
Dot11LinkAdaptationControl.Aselc(byte rawData) |
Dot11LinkAdaptationControl.Aselc(Dot11LinkAdaptationControl.AselCommand command,
byte data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Dot11LinkAdaptationControl.AselCommand |
getCommand() |
byte |
getData() |
byte |
getRawData() |
int |
hashCode() |
String |
toString() |
public Dot11LinkAdaptationControl.Aselc(Dot11LinkAdaptationControl.AselCommand command, byte data)
command
- commanddata
- datapublic Dot11LinkAdaptationControl.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()
Copyright © 2011–2019 Pcap4J.org. All rights reserved.