public interface Transmitting
Modifier and Type | Method and Description |
---|---|
void |
delayedQueue(AX25FrameSource entry,
long timeToSend)
Queue the specified frame source for transmission over the specified (or all, if not
specified) transmit-enabled Connectors.
|
int |
getRetransmitCount()
Get the locally-originated message retransmit count.
|
boolean |
isLocalDest(java.lang.String destCallsign)
Test if this callsign is addressed to the local station.
|
void |
queue(AX25FrameSource entry)
Queue the specified frame source for transmission over the specified (or all, if not
specified) transmit-enabled Connectors.
|
void queue(AX25FrameSource entry)
entry
- AX25FrameSource of the frame to be transmittedvoid delayedQueue(AX25FrameSource entry, long timeToSend)
entry
- AX25FrameSource of the frame to be transmittedtimeToSend
- long time in milliseconds since Unix epoch when packet is to be dequeued and transmittedboolean isLocalDest(java.lang.String destCallsign)
destCallsign
- String of AX.25 callsign-SSID to test as a destinationint getRetransmitCount()