クラス RadiotapPresentBitNumber
- java.lang.Object
-
- org.pcap4j.packet.namednumber.NamedNumber<Integer,RadiotapPresentBitNumber>
-
- org.pcap4j.packet.namednumber.RadiotapPresentBitNumber
-
- すべての実装されたインタフェース:
Serializable
,Comparable<RadiotapPresentBitNumber>
public final class RadiotapPresentBitNumber extends NamedNumber<Integer,RadiotapPresentBitNumber>
Radiotap present bit number.
-
-
フィールドの概要
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 RadiotapPresentBitNumber(Integer value, String name, int requiredAlignment)
RadiotapPresentBitNumber(Integer value, String name, String namespace, int requiredAlignment)
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 int
compareTo(RadiotapPresentBitNumber o)
boolean
equals(Object obj)
static RadiotapPresentBitNumber
getInstance(Integer value)
static RadiotapPresentBitNumber
getInstance(Integer value, String namespace)
String
getNamespace()
int
getRequiredAlignment()
int
hashCode()
static RadiotapPresentBitNumber
register(RadiotapPresentBitNumber num)
String
valueAsString()
-
クラスから継承されたメソッド org.pcap4j.packet.namednumber.NamedNumber
name, toString, value
-
-
-
-
フィールドの詳細
-
RADIOTAP_NAMESPACE
public static final int RADIOTAP_NAMESPACE
Radiotap Namespace: 29 (29 + 32*n)- 関連項目:
- 定数フィールド値
-
VENDOR_NAMESPACE
public static final int VENDOR_NAMESPACE
Vendor Namespace: 30 (30 + 32*n)- 関連項目:
- 定数フィールド値
-
ANOTHER_BITMAP_FOLLOWS
public static final int ANOTHER_BITMAP_FOLLOWS
another bitmap follows: 31 (31 + 32*n)- 関連項目:
- 定数フィールド値
-
TSFT
public static final RadiotapPresentBitNumber TSFT
TSFT: 0
-
FLAGS
public static final RadiotapPresentBitNumber FLAGS
Flags: 1
-
RATE
public static final RadiotapPresentBitNumber RATE
Rate: 2
-
CHANNEL
public static final RadiotapPresentBitNumber CHANNEL
Channel: 3
-
FHSS
public static final RadiotapPresentBitNumber FHSS
FHSS: 4
-
ANTENNA_SIGNAL
public static final RadiotapPresentBitNumber ANTENNA_SIGNAL
Antenna signal: 5
-
ANTENNA_NOISE
public static final RadiotapPresentBitNumber ANTENNA_NOISE
Antenna noise: 6
-
LOCK_QUALITY
public static final RadiotapPresentBitNumber LOCK_QUALITY
Lock quality: 7
-
TX_ATTENUATION
public static final RadiotapPresentBitNumber TX_ATTENUATION
TX attenuation: 8
-
DB_TX_ATTENUATION
public static final RadiotapPresentBitNumber DB_TX_ATTENUATION
dB TX attenuation: 9
-
DBM_TX_POWER
public static final RadiotapPresentBitNumber DBM_TX_POWER
dBm TX power: 10
-
ANTENNA
public static final RadiotapPresentBitNumber ANTENNA
Antenna: 11
-
DB_ANTENNA_SIGNAL
public static final RadiotapPresentBitNumber DB_ANTENNA_SIGNAL
dB antenna signal: 12
-
DB_ANTENNA_NOISE
public static final RadiotapPresentBitNumber DB_ANTENNA_NOISE
dB antenna noise: 13
-
RX_FLAGS
public static final RadiotapPresentBitNumber RX_FLAGS
RX flags: 14
-
MCS
public static final RadiotapPresentBitNumber MCS
MCS: 19
-
A_MPDU_STATUS
public static final RadiotapPresentBitNumber A_MPDU_STATUS
A-MPDU status: 20
-
VHT
public static final RadiotapPresentBitNumber VHT
Antenna: 21
-
-
メソッドの詳細
-
getNamespace
public String getNamespace()
- 戻り値:
- namespace
-
getRequiredAlignment
public int getRequiredAlignment()
- 戻り値:
- requiredAlignment
-
getInstance
public static RadiotapPresentBitNumber getInstance(Integer value)
- パラメータ:
value
- value- 戻り値:
- a RadiotapDataField object.
-
getInstance
public static RadiotapPresentBitNumber getInstance(Integer value, String namespace)
- パラメータ:
value
- valuenamespace
- namespace- 戻り値:
- a RadiotapDataField object.
-
register
public static RadiotapPresentBitNumber register(RadiotapPresentBitNumber num)
- パラメータ:
num
- num- 戻り値:
- a RadiotapDataField object.
-
valueAsString
public String valueAsString()
- オーバーライド:
valueAsString
クラス内NamedNumber<Integer,RadiotapPresentBitNumber>
- 戻り値:
- a string representation of this value.
-
equals
public boolean equals(Object obj)
- オーバーライド:
equals
クラス内NamedNumber<Integer,RadiotapPresentBitNumber>
-
hashCode
public int hashCode()
- オーバーライド:
hashCode
クラス内NamedNumber<Integer,RadiotapPresentBitNumber>
-
compareTo
public int compareTo(RadiotapPresentBitNumber o)
- 定義:
compareTo
インタフェース内Comparable<RadiotapPresentBitNumber>
- 定義:
compareTo
クラス内NamedNumber<Integer,RadiotapPresentBitNumber>
-
-