パッケージ org.pcap4j.packet
クラス Dot11LinkAdaptationControl.Aselc
- java.lang.Object
-
- org.pcap4j.packet.Dot11LinkAdaptationControl.Aselc
-
- すべての実装されたインタフェース:
Serializable
- 含まれているクラス:
- Dot11LinkAdaptationControl
public static final class Dot11LinkAdaptationControl.Aselc extends Object implements Serializable
ASELC subfield0 1 2 3 4 5 +----+----+----+----+----+----+----+ | ASEL Command | ASEL Data | +----+----+----+----+----+----+----+
- 導入されたバージョン:
- pcap4j 1.7.0
- 作成者:
- Kaito Yamada
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Aselc(byte rawData)
Aselc(Dot11LinkAdaptationControl.AselCommand command, byte data)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 boolean
equals(Object obj)
Dot11LinkAdaptationControl.AselCommand
getCommand()
byte
getData()
byte
getRawData()
int
hashCode()
String
toString()
-
-
-
コンストラクタの詳細
-
Aselc
public Aselc(Dot11LinkAdaptationControl.AselCommand command, byte data)
- パラメータ:
command
- commanddata
- data
-
Aselc
public Aselc(byte rawData)
- パラメータ:
rawData
- the raw data which the ASEL Command is encoded in 3 bits from the LSB.
-
-
メソッドの詳細
-
getCommand
public Dot11LinkAdaptationControl.AselCommand getCommand()
- 戻り値:
- command
-
getData
public byte getData()
- 戻り値:
- data
-
getRawData
public byte getRawData()
- 戻り値:
- the raw data.
-
-