Class RadiotapDataTsft

  • All Implemented Interfaces:
    java.io.Serializable, RadiotapPacket.RadiotapData

    public final class RadiotapDataTsft
    extends java.lang.Object
    implements RadiotapPacket.RadiotapData
    Radiotap TSFT field. Value in microseconds of the MAC's 64-bit 802.11 Time Synchronization Function timer when the first bit of the MPDU arrived at the MAC. For received frames only.
    Since:
    pcap4j 1.6.5
    Author:
    Kaito Yamada
    See Also:
    Radiotap, Serialized Form
    • Method Detail

      • getMacTimestamp

        public java.math.BigInteger getMacTimestamp()
        Returns:
        macTimestamp (unit: microseconds)
      • getBuilder

        public RadiotapDataTsft.Builder getBuilder()
        Returns:
        a new Builder object populated with this object's fields.
      • 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