Class RadiotapDataAMpduStatus

    • Method Detail

      • getReferenceNumber

        public int getReferenceNumber()
        Returns:
        referenceNumber
      • getReferenceNumberAsLong

        public long getReferenceNumberAsLong()
        Returns:
        referenceNumber
      • getDriverReportsZeroLengthSubframes

        public boolean getDriverReportsZeroLengthSubframes()
        Returns:
        true if the driver reports 0-length subframes; false otherwise.
      • isZeroLengthSubframe

        public boolean isZeroLengthSubframe()
        Returns:
        true if this is a 0-length subframe; false otherwise.
      • isLastSubframeKnown

        public boolean isLastSubframeKnown()
        Returns:
        true if the last subframe is known; false otherwise.
      • isLastSubframe

        public boolean isLastSubframe()
        Returns:
        true if this is the last subframe; false otherwise.
      • isDelimiterCrcError

        public boolean isDelimiterCrcError()
        Returns:
        true if delimiter CRC error on this subframe; false otherwise.
      • isDelimiterCrcValueKnown

        public boolean isDelimiterCrcValueKnown()
        Returns:
        true if the delimiter CRC value is known; false otherwise.
      • getTenthMsbOfFlags

        public boolean getTenthMsbOfFlags()
        Returns:
        true if the 10th MSB of the flags field is set to 1; false otherwise.
      • getNinthMsbOfFlags

        public boolean getNinthMsbOfFlags()
        Returns:
        true if the 9th MSB of the flags field is set to 1; false otherwise.
      • getEighthMsbOfFlags

        public boolean getEighthMsbOfFlags()
        Returns:
        true if the 8th MSB of the flags field is set to 1; false otherwise.
      • getSeventhMsbOfFlags

        public boolean getSeventhMsbOfFlags()
        Returns:
        true if the 7th MSB of the flags field is set to 1; false otherwise.
      • getSixthMsbOfFlags

        public boolean getSixthMsbOfFlags()
        Returns:
        true if the 6th MSB of the flags field is set to 1; false otherwise.
      • getFifthMsbOfFlags

        public boolean getFifthMsbOfFlags()
        Returns:
        true if the 5th MSB of the flags field is set to 1; false otherwise.
      • getFourthMsbOfFlags

        public boolean getFourthMsbOfFlags()
        Returns:
        true if the 4th MSB of the flags field is set to 1; false otherwise.
      • getThirdMsbOfFlags

        public boolean getThirdMsbOfFlags()
        Returns:
        true if the 3rd MSB of the flags field is set to 1; false otherwise.
      • getSecondMsbOfFlags

        public boolean getSecondMsbOfFlags()
        Returns:
        true if the 2nd MSB of the flags field is set to 1; false otherwise.
      • getMsbOfFlags

        public boolean getMsbOfFlags()
        Returns:
        true if the MSB of the flags field is set to 1; false otherwise.
      • getDelimiterCrcValue

        public byte getDelimiterCrcValue()
        Returns:
        delimiterCrcValue
      • getReserved

        public byte getReserved()
        Returns:
        reserved
      • 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