Class RadiotapDataRxFlags

    • Method Detail

      • getLsb

        public boolean getLsb()
        Returns:
        true if the LSB is set to 1; otherwise false.
      • isBadPlcpCrc

        public boolean isBadPlcpCrc()
        Returns:
        badPlcpCrc
      • getThirdLsb

        public boolean getThirdLsb()
        Returns:
        true if the third LSB is set to 1; otherwise false.
      • getFourthLsb

        public boolean getFourthLsb()
        Returns:
        true if the fourth LSB is set to 1; otherwise false.
      • getFifthLsb

        public boolean getFifthLsb()
        Returns:
        true if the fifth LSB is set to 1; otherwise false.
      • getSixthLsb

        public boolean getSixthLsb()
        Returns:
        true if the sixth LSB is set to 1; otherwise false.
      • getSeventhLsb

        public boolean getSeventhLsb()
        Returns:
        true if the seventh LSB is set to 1; otherwise false.
      • getEighthLsb

        public boolean getEighthLsb()
        Returns:
        true if the eighth LSB is set to 1; otherwise false.
      • getNinthLsb

        public boolean getNinthLsb()
        Returns:
        true if the ninth LSB is set to 1; otherwise false.
      • getTenthLsb

        public boolean getTenthLsb()
        Returns:
        true if the tenth LSB is set to 1; otherwise false.
      • getEleventhLsb

        public boolean getEleventhLsb()
        Returns:
        true if the eleventh LSB is set to 1; otherwise false.
      • getTwelvethLsb

        public boolean getTwelvethLsb()
        Returns:
        true if the twelveth LSB is set to 1; otherwise false.
      • getThirteenthLsb

        public boolean getThirteenthLsb()
        Returns:
        true if the thirteenth LSB is set to 1; otherwise false.
      • getFourteenthLsb

        public boolean getFourteenthLsb()
        Returns:
        true if the fourteenth LSB is set to 1; otherwise false.
      • getFifteenthLsb

        public boolean getFifteenthLsb()
        Returns:
        true if the fifteenth LSB is set to 1; otherwise false.
      • getSixteenthLsb

        public boolean getSixteenthLsb()
        Returns:
        true if the sixteenth LSB is set to 1; otherwise false.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        public java.lang.String toString​(java.lang.String indent)
        Specified by:
        toString in interface RadiotapPacket.RadiotapData
        Parameters:
        indent - indent
        Returns:
        String representation of this object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object