public interface AX25FrameSource
Modifier and Type | Field and Description |
---|---|
static AX25Frame[] |
NO_FRAMES
Singleton array of no AX.25 frame objects, suitable for a response where no frames
can be returned or generated.
|
Modifier and Type | Method and Description |
---|---|
Connector |
getConnector()
Specify the Connector this message should be transmitted through.
|
AX25Frame[] |
getFrames(boolean incrementXmtCount,
ProtocolFamily protocolId,
java.lang.String senderCallsign)
Get one or more AX25Frames of the data to transmit.
|
int |
getNumTransmitsBeforeDecay()
Get number of times frame will be retransmitted before inter-packet delay is increased.
|
static final AX25Frame[] NO_FRAMES
AX25Frame[] getFrames(boolean incrementXmtCount, ProtocolFamily protocolId, java.lang.String senderCallsign)
incrementXmtCount
- indicate whether the transmit counter (used to cycle through
proportional pathing) should be incrementedprotocolId
- indicate the protocol to generate this frame for (not relevant for
digipeated frames)senderCallsign
- String of local callsign sending this message (may be ignored if digipeating
a message from another station)int getNumTransmitsBeforeDecay()
Connector getConnector()
Connector.CAP_XMT_PACKET_DATA