Class Dot11LinkAdaptationControl.Aselc

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Dot11LinkAdaptationControl

    public static final class Dot11LinkAdaptationControl.Aselc
    extends java.lang.Object
    implements java.io.Serializable
    ASELC subfield
        0    1    2    3    4    5
     +----+----+----+----+----+----+----+
     | ASEL Command |     ASEL Data     |
     +----+----+----+----+----+----+----+
     
    Since:
    pcap4j 1.7.0
    Author:
    Kaito Yamada
    See Also:
    Serialized Form
    • Constructor Detail

      • Aselc

        public Aselc​(byte rawData)
        Parameters:
        rawData - the raw data which the ASEL Command is encoded in 3 bits from the LSB.
    • Method Detail

      • getData

        public byte getData()
        Returns:
        data
      • getRawData

        public 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
      • toString

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