public interface TuneIfc
KenwoodRadioViewPane
can actually work without
having to call up the plugin view.Modifier and Type | Interface and Description |
---|---|
static class |
TuneIfc.TuneResult
These enum values report the results of calling the
tuneForRepeater(AX25Message)
method. |
Modifier and Type | Method and Description |
---|---|
boolean |
isMsgForRepeater(AX25Message msg)
Report if an AX.25 message contains information describing a repeater station.
|
boolean |
isRadioDual()
Report whether the connected radio is capable of receiving two different frequencies at the same time,
ex.: Kenwood TM-D710.
|
boolean |
isRadioTunable()
Test if this interface provides a tuneable radio.
|
TuneIfc.TuneResult |
restoreOldFrequency()
Tune the single-receiver radio back to the APRS frequency.
|
TuneIfc.TuneResult |
tuneForRepeater(AX25Message msg)
Tune the associated radio to work with the repeater specified by the message.
|
boolean isRadioTunable()
boolean isRadioDual()
boolean isMsgForRepeater(AX25Message msg)
msg
- AX25Message to analyzeTuneIfc.TuneResult tuneForRepeater(AX25Message msg)
msg
- AX25Message to analyzeTuneIfc.TuneResult restoreOldFrequency()