Class Digipeater.TXIGatedStationStatus

java.lang.Object
org.ka2ddo.yaac.ax25.Digipeater.TXIGatedStationStatus
Enclosing class:
Digipeater

public static class Digipeater.TXIGatedStationStatus extends Object
Status of stations trying to RF-transmit through this station from the Internet.
Author:
Andrew Pavlin, KA2DDO
  • Field Details

    • senderCallsign

      public String senderCallsign
      Callsign of Internet station trying to send.
    • timeOfLastMessage

      public long timeOfLastMessage
      Timestamp in Unix milliseconds since 1970 the last time a Message was received from the sending station.
    • lastMessageAddressee

      public String lastMessageAddressee
      The station callsign to which the last message was addressed.
    • timeOfLastPosition

      public long timeOfLastPosition
      Timestamp in Unix milliseconds since 1970 the last time a Position report of some sort was received from the sending station.
    • numOtherTraffic

      public int numOtherTraffic
      Count of packets sent on behalf of this station that were selected by supplemental filters.
    • timeOfLastOtherTraffic

      public long timeOfLastOtherTraffic
      Timestamp in Unix milliseconds since 1970 the last time a packet of some other type was transmitted on behalf of the sending station.