パッケージ org.pcap4j.packet
クラス RadiotapDataFhss
- java.lang.Object
-
- org.pcap4j.packet.RadiotapDataFhss
-
- すべての実装されたインタフェース:
Serializable
,RadiotapPacket.RadiotapData
public final class RadiotapDataFhss extends Object implements RadiotapPacket.RadiotapData
Radiotap FHSS field. The hop set and pattern for frequency-hopping radios.
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static class
RadiotapDataFhss.Builder
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 boolean
equals(Object obj)
RadiotapDataFhss.Builder
getBuilder()
byte
getHopPattern()
int
getHopPatternAsInt()
byte
getHopSet()
int
getHopSetAsInt()
byte[]
getRawData()
int
hashCode()
int
length()
static RadiotapDataFhss
newInstance(byte[] rawData, int offset, int length)
A static factory method.String
toString()
String
toString(String indent)
-
-
-
メソッドの詳細
-
newInstance
public static RadiotapDataFhss newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
A static factory method. This method validates the arguments byByteArrays.validateBounds(byte[], int, int)
, which may throw exceptions undocumented here.- パラメータ:
rawData
- rawDataoffset
- offsetlength
- length- 戻り値:
- a new RadiotapFhss object.
- 例外:
IllegalRawDataException
- if parsing the raw data fails.
-
getHopSet
public byte getHopSet()
- 戻り値:
- hopSet
-
getHopSetAsInt
public int getHopSetAsInt()
- 戻り値:
- hopSet
-
getHopPattern
public byte getHopPattern()
- 戻り値:
- hopPattern
-
getHopPatternAsInt
public int getHopPatternAsInt()
- 戻り値:
- hopPattern
-
length
public int length()
- 定義:
length
インタフェース内RadiotapPacket.RadiotapData
- 戻り値:
- length
-
getRawData
public byte[] getRawData()
- 定義:
getRawData
インタフェース内RadiotapPacket.RadiotapData
- 戻り値:
- raw data
-
getBuilder
public RadiotapDataFhss.Builder getBuilder()
- 戻り値:
- a new Builder object populated with this object's fields.
-
toString
public String toString(String indent)
- 定義:
toString
インタフェース内RadiotapPacket.RadiotapData
- パラメータ:
indent
- indent- 戻り値:
- String representation of this object.
-
-