Class Dot11InformationElement

    • Method Detail

      • getLength

        public byte getLength()
        Returns:
        the value of the length field.
      • getLengthAsInt

        public int getLengthAsInt()
        Returns:
        the value of the length field.
      • length

        public abstract int length()
        Returns:
        the length
      • getRawData

        public abstract byte[] getRawData()
        Returns:
        the raw data.
      • 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