パッケージ org.pcap4j.packet
クラス RadiotapDataVht
- java.lang.Object
-
- org.pcap4j.packet.RadiotapDataVht
-
- すべての実装されたインタフェース:
Serializable
,RadiotapPacket.RadiotapData
public final class RadiotapDataVht extends Object implements RadiotapPacket.RadiotapData
Radiotap VHT field.
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static class
RadiotapDataVht.Builder
-
メソッドの概要
-
-
-
メソッドの詳細
-
newInstance
public static RadiotapDataVht 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 RadiotapVht object.
- 例外:
IllegalRawDataException
- if parsing the raw data fails.
-
isStbcKnown
public boolean isStbcKnown()
- 戻り値:
- true if the STBC is known; false otherwise.
-
isTxopPsNotAllowedKnown
public boolean isTxopPsNotAllowedKnown()
- 戻り値:
- true if the TXOP_PS_NOT_ALLOWED is known; false otherwise.
-
isGuardIntervalKnown
public boolean isGuardIntervalKnown()
- 戻り値:
- true if the Guard interval is known; false otherwise.
-
isShortGiNsymDisambiguationKnown
public boolean isShortGiNsymDisambiguationKnown()
- 戻り値:
- true if the Short GI NSYM disambiguation is known; false otherwise.
-
isLdpcExtraOfdmSymbolKnown
public boolean isLdpcExtraOfdmSymbolKnown()
- 戻り値:
- true if the LDPC extra OFDM symbol is known; false otherwise.
-
isBeamformedKnown
public boolean isBeamformedKnown()
- 戻り値:
- true if the Beamformed is known; false otherwise.
-
isBandwidthKnown
public boolean isBandwidthKnown()
- 戻り値:
- true if the Bandwidth is known; false otherwise.
-
isGroupIdKnown
public boolean isGroupIdKnown()
- 戻り値:
- true if the Group ID is known; false otherwise.
-
isPartialAidKnown
public boolean isPartialAidKnown()
- 戻り値:
- true if the Partial AID is known; false otherwise.
-
getSeventhMsbOfKnown
public boolean getSeventhMsbOfKnown()
- 戻り値:
- true if the seventh MSB of the known field is set to 1; false otherwise.
-
getSixthMsbOfKnown
public boolean getSixthMsbOfKnown()
- 戻り値:
- true if the sixth MSB of the known field is set to 1; false otherwise.
-
getFifthMsbOfKnown
public boolean getFifthMsbOfKnown()
- 戻り値:
- true if the fifth MSB of the known field is set to 1; false otherwise.
-
getFourthMsbOfKnown
public boolean getFourthMsbOfKnown()
- 戻り値:
- true if the fourth MSB of the known field is set to 1; false otherwise.
-
getThirdMsbOfKnown
public boolean getThirdMsbOfKnown()
- 戻り値:
- true if the third MSB of the known field is set to 1; false otherwise.
-
getSecondMsbOfKnown
public boolean getSecondMsbOfKnown()
- 戻り値:
- true if the second MSB of the known field is set to 1; false otherwise.
-
getMsbOfKnown
public boolean getMsbOfKnown()
- 戻り値:
- true if the MSB of the known field is set to 1; false otherwise.
-
isStbc
public boolean isStbc()
- 戻り値:
- true if all spatial streams of all users have STBC; false otherwise.
-
isTxopPsNotAllowed
public boolean isTxopPsNotAllowed()
- 戻り値:
- true if STAs may not doze during TXOP or transmitter is non-AP; false otherwise.
-
isShortGuardInterval
public boolean isShortGuardInterval()
- 戻り値:
- true if short GI; false otherwise.
-
isShortGiNsymDisambiguation
public boolean isShortGiNsymDisambiguation()
- 戻り値:
- true if NSYM mod 10 = 9; false otherwise.
-
isLdpcExtraOfdmSymbol
public boolean isLdpcExtraOfdmSymbol()
- 戻り値:
- true if one or more users are using LDPC and the encoding process resulted in extra OFDM symbol(s); false otherwise.
-
isBeamformed
public boolean isBeamformed()
- 戻り値:
- true if Beamformed; false otherwise.
-
getSecondMsbOfFlags
public boolean getSecondMsbOfFlags()
- 戻り値:
- true if the second MSB of the flags field is set to 1; false otherwise.
-
getMsbOfFlags
public boolean getMsbOfFlags()
- 戻り値:
- true if the MSB of the flags field is set to 1; false otherwise.
-
getBandwidth
public RadiotapVhtBandwidth getBandwidth()
- 戻り値:
- bandwidth
-
getMcses
public byte[] getMcses()
- 戻り値:
- MCSes for four users. mcses[n] is for user n.
-
getNsses
public byte[] getNsses()
- 戻り値:
- NSSes for four users. nsses[n] is for user n.
-
getFecTypes
public RadiotapFecType[] getFecTypes()
- 戻り値:
- FEC types for four users. fecTypes[n] is for user n.
-
getUnusedInCoding
public byte getUnusedInCoding()
- 戻り値:
- unusedInCoding
-
getGroupId
public byte getGroupId()
- 戻り値:
- groupId
-
getGroupIdAsInt
public int getGroupIdAsInt()
- 戻り値:
- groupId
-
getPartialAid
public short getPartialAid()
- 戻り値:
- partialAid
-
getPartialAidAsInt
public int getPartialAidAsInt()
- 戻り値:
- partialAid
-
length
public int length()
- 定義:
length
インタフェース内RadiotapPacket.RadiotapData
- 戻り値:
- length
-
getRawData
public byte[] getRawData()
- 定義:
getRawData
インタフェース内RadiotapPacket.RadiotapData
- 戻り値:
- raw data
-
getBuilder
public RadiotapDataVht.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.
-
-