パッケージ org.pcap4j.packet

クラス RadiotapDataMcs

    • メソッドの詳細

      • isBandwidthKnown

        public boolean isBandwidthKnown()
        戻り値:
        true if the bandwidth is known; false otherwise.
      • isMcsIndexKnown

        public boolean isMcsIndexKnown()
        戻り値:
        true if the MCS index is known; false otherwise.
      • isGuardIntervalKnown

        public boolean isGuardIntervalKnown()
        戻り値:
        true if the guard interval is known; false otherwise.
      • isHtFormatKnown

        public boolean isHtFormatKnown()
        戻り値:
        true if the HT format is known; false otherwise.
      • isFecTypeKnown

        public boolean isFecTypeKnown()
        戻り値:
        true if the FEC type is known; false otherwise.
      • isStbcKnown

        public boolean isStbcKnown()
        戻り値:
        true if the STBC is known; false otherwise.
      • isNessKnown

        public boolean isNessKnown()
        戻り値:
        true if the Ness is known; false otherwise.
      • getNessMsb

        public boolean getNessMsb()
        戻り値:
        true if the MSB of Ness is 1; false otherwise.
      • isShortGuardInterval

        public boolean isShortGuardInterval()
        戻り値:
        true if the guard interval is short; false otherwise.
      • getNumStbcStreams

        public byte getNumStbcStreams()
        戻り値:
        numStbcStreams
      • getNumStbcStreamsAsInt

        public int getNumStbcStreamsAsInt()
        戻り値:
        numStbcStreams
      • getNessLsb

        public boolean getNessLsb()
        戻り値:
        true if LSB of Ness is 1; false otherwise.
      • getMcsRateIndex

        public byte getMcsRateIndex()
        戻り値:
        mcsRateIndex
      • getMcsRateIndexAsInt

        public int getMcsRateIndexAsInt()
        戻り値:
        mcsRateIndex
      • getBuilder

        public RadiotapDataMcs.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