public static class Digipeater.TXIGatedStationStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
lastMessageAddressee
The station callsign to which the last message was addressed.
|
int |
numOtherTraffic
Count of packets sent on behalf of this station that were selected by supplemental filters.
|
java.lang.String |
senderCallsign
Callsign of Internet station trying to send.
|
long |
timeOfLastMessage
Timestamp in Unix milliseconds since 1970 the last time a Message was received from the sending station.
|
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.
|
long |
timeOfLastPosition
Timestamp in Unix milliseconds since 1970 the last time a Position report of some sort was received from the sending station.
|
public java.lang.String senderCallsign
public long timeOfLastMessage
public java.lang.String lastMessageAddressee
public long timeOfLastPosition
public int numOtherTraffic
public long timeOfLastOtherTraffic