パッケージ org.pcap4j.packet

クラス Dot11LinkAdaptationControl.Mai

    • コンストラクタの詳細

      • Mai

        public Mai​(boolean mrq,
                   byte msi)
        パラメータ:
        mrq - mrq
        msi - msi
      • Mai

        public Mai​(byte rawData)
        パラメータ:
        rawData - the raw data which the MRQ is encoded at the LSB.
    • メソッドの詳細

      • isMrq

        public boolean isMrq()
        戻り値:
        mrq
      • getMsi

        public byte getMsi()
        戻り値:
        msi
      • getRawData

        public byte getRawData()
        戻り値:
        the raw data
      • hashCode

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

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