|
|
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
an interface implemented by drivers for each JHamTune supported radio.
| Method Summary | |
void |
connect()
connect to the radio |
void |
disconnect()
disconnect automatic control from the radio |
java.lang.String |
getDriverName()
|
int |
getFreq()
|
JHTMode |
getMode()
|
java.lang.String |
getName()
|
java.lang.String |
getPortName()
|
java.util.Collection |
getRxBands()
|
java.util.Collection |
getRxTxBands()
|
int |
getSmeter()
|
void |
setBand(JHTBand band)
set mode and band limits from a JHTBand. |
void |
setFreq(int freq)
|
void |
setMode(JHTMode mode)
|
void |
setTone(JHTCTCSS tone)
|
| Method Detail |
public void connect()
public void disconnect()
public void setFreq(int freq)
freq - tune the radio to this frequency in Hz.public void setBand(JHTBand band)
public int getFreq()
public void setMode(JHTMode mode)
mode - set the radio to this modulation mode.public void setTone(JHTCTCSS tone)
tone - set this CTCSS/PL tone encoding. (write only)public JHTMode getMode()
public int getSmeter()
public java.lang.String getDriverName()
public java.lang.String getPortName()
public java.lang.String getName()
public java.util.Collection getRxBands()
public java.util.Collection getRxTxBands()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||