java.lang.Object
org.pcap4j.packet.Dot11LinkAdaptationControl.Aselc
- All Implemented Interfaces:
Serializable
- Enclosing class:
Dot11LinkAdaptationControl
ASELC subfield
0 1 2 3 4 5
+----+----+----+----+----+----+----+
| ASEL Command | ASEL Data |
+----+----+----+----+----+----+----+
- Since:
- pcap4j 1.7.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Dot11LinkAdaptationControl.AselCommandprivate final byteprivate static final long -
Constructor Summary
ConstructorsConstructorDescriptionAselc(byte rawData) Aselc(Dot11LinkAdaptationControl.AselCommand command, byte data) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
command
-
data
private final byte data
-
-
Constructor Details
-
Aselc
- Parameters:
command- commanddata- data
-
Aselc
public Aselc(byte rawData) - Parameters:
rawData- the raw data which the ASEL Command is encoded in 3 bits from the LSB.
-
-
Method Details