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.
|
| Constructor and Description |
|---|
TXIGatedStationStatus(long timeOfLastPacket,
java.lang.String senderCallsign)
Create a TXIgatedStationStatus record.
|
TXIGatedStationStatus(java.lang.String senderCallsign,
long timeOfLastMessage)
Create a TXIgatedStationStatus record.
|
public java.lang.String senderCallsign
public long timeOfLastMessage
public java.lang.String lastMessageAddressee
public long timeOfLastPosition
public int numOtherTraffic
public long timeOfLastOtherTraffic
public TXIGatedStationStatus(java.lang.String senderCallsign,
long timeOfLastMessage)
senderCallsign - callsign of transmitting stationtimeOfLastMessage - time last message was sent, in Java milliseconds since Jan 1 1970 UTCpublic TXIGatedStationStatus(long timeOfLastPacket,
java.lang.String senderCallsign)
timeOfLastPacket - time last arbitrary packet was forwarded, in Java milliseconds since Jan 1 1970 UTCsenderCallsign - callsign of transmitting station