パッケージ org.pcap4j.packet

クラス RadiotapDataVht

    • メソッドの詳細

      • 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.
      • 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
      • getBuilder

        public RadiotapDataVht.Builder getBuilder()
        戻り値:
        a new Builder object populated with this object's fields.
      • hashCode

        public int hashCode()
        オーバーライド:
        hashCode クラス内 Object
      • equals

        public boolean equals​(Object obj)
        オーバーライド:
        equals クラス内 Object