パッケージ org.pcap4j.packet

クラス RadiotapDataChannel

    • メソッドの詳細

      • getFrequency

        public short getFrequency()
        Tx/Rx frequency in MHz
        戻り値:
        frequency (unit: MHz)
      • getFrequencyAsInt

        public int getFrequencyAsInt()
        Tx/Rx frequency in MHz
        戻り値:
        frequency (unit: MHz)
      • getLsbOfFlags

        public boolean getLsbOfFlags()
        戻り値:
        true if the LSB of the flags field is set to 1; otherwise false.
      • getSecondLsbOfFlags

        public boolean getSecondLsbOfFlags()
        戻り値:
        true if the second LSB of the flags field is set to 1; otherwise false.
      • getThirdLsbOfFlags

        public boolean getThirdLsbOfFlags()
        戻り値:
        true if the third LSB of the flags field is set to 1; otherwise false.
      • getFourthLsbOfFlags

        public boolean getFourthLsbOfFlags()
        戻り値:
        true if the fourth LSB of the flags field is set to 1; otherwise false.
      • isTurbo

        public boolean isTurbo()
        戻り値:
        turbo
      • isCck

        public boolean isCck()
        戻り値:
        cck
      • isOfdm

        public boolean isOfdm()
        戻り値:
        ofdm
      • isTwoGhzSpectrum

        public boolean isTwoGhzSpectrum()
        戻り値:
        twoGhzSpectrum
      • isFiveGhzSpectrum

        public boolean isFiveGhzSpectrum()
        戻り値:
        fiveGhzSpectrum
      • isOnlyPassiveScan

        public boolean isOnlyPassiveScan()
        戻り値:
        onlyPassiveScan
      • isDynamicCckOfdm

        public boolean isDynamicCckOfdm()
        戻り値:
        dynamicCckOfdm
      • isGfsk

        public boolean isGfsk()
        戻り値:
        gfsk
      • isGsm

        public boolean isGsm()
        戻り値:
        gsm
      • isStaticTurbo

        public boolean isStaticTurbo()
        戻り値:
        staticTurbo
      • isHalfRate

        public boolean isHalfRate()
        戻り値:
        halfRate
      • isQuarterRate

        public boolean isQuarterRate()
        戻り値:
        quarterRate
      • hashCode

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

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