|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.yaac.ax25.Digipeater.TXIGatedStationStatus
public static class Digipeater.TXIGatedStationStatus
Status of stations trying to RF-transmit through this station from the Internet.
Field Summary | |
---|---|
java.lang.String |
lastMessageAddressee
The station callsign to which the last message was addressed. |
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 |
timeOfLastPosition
Timestamp in Unix milliseconds since 1970 the last time a Position report of some sort was received from the sending station. |
Constructor Summary | |
---|---|
Digipeater.TXIGatedStationStatus(java.lang.String senderCallsign,
long timeOfLastMessage)
Create a TXIgatedStationStatus record. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String senderCallsign
public long timeOfLastMessage
public java.lang.String lastMessageAddressee
public long timeOfLastPosition
Constructor Detail |
---|
public Digipeater.TXIGatedStationStatus(java.lang.String senderCallsign, long timeOfLastMessage)
senderCallsign
- callsign of transmitting stationtimeOfLastMessage
- time last message was sent, in Java milliseconds since Jan 1 1970 UTC
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |