public interface ToneIndicatorControl12 extends BaseControl
| Modifier and Type | Method and Description |
|---|---|
void |
addDirectIOListener(DirectIOListener l) |
void |
addErrorListener(ErrorListener l) |
void |
addOutputCompleteListener(OutputCompleteListener l) |
void |
clearOutput() |
boolean |
getAsyncMode() |
boolean |
getCapPitch() |
boolean |
getCapVolume() |
int |
getInterToneWait() |
int |
getOutputID() |
int |
getTone1Duration() |
int |
getTone1Pitch() |
int |
getTone1Volume() |
int |
getTone2Duration() |
int |
getTone2Pitch() |
int |
getTone2Volume() |
void |
removeDirectIOListener(DirectIOListener l) |
void |
removeErrorListener(ErrorListener l) |
void |
removeOutputCompleteListener(OutputCompleteListener l) |
void |
setAsyncMode(boolean asyncMode) |
void |
setInterToneWait(int interToneWait) |
void |
setTone1Duration(int tone1Duration) |
void |
setTone1Pitch(int tone1Pitch) |
void |
setTone1Volume(int tone1Volume) |
void |
setTone2Duration(int tone2Duration) |
void |
setTone2Pitch(int tone2Pitch) |
void |
setTone2Volume(int tone2Volume) |
void |
sound(int numberOfCycles,
int interSoundWait) |
void |
soundImmediate() |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceControlDescription, getDeviceControlVersion, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapPitch()
throws JposException
JposExceptionboolean getCapVolume()
throws JposException
JposExceptionboolean getAsyncMode()
throws JposException
JposExceptionvoid setAsyncMode(boolean asyncMode)
throws JposException
JposExceptionint getInterToneWait()
throws JposException
JposExceptionvoid setInterToneWait(int interToneWait)
throws JposException
JposExceptionint getOutputID()
throws JposException
JposExceptionint getTone1Duration()
throws JposException
JposExceptionvoid setTone1Duration(int tone1Duration)
throws JposException
JposExceptionint getTone1Pitch()
throws JposException
JposExceptionvoid setTone1Pitch(int tone1Pitch)
throws JposException
JposExceptionint getTone1Volume()
throws JposException
JposExceptionvoid setTone1Volume(int tone1Volume)
throws JposException
JposExceptionint getTone2Duration()
throws JposException
JposExceptionvoid setTone2Duration(int tone2Duration)
throws JposException
JposExceptionint getTone2Pitch()
throws JposException
JposExceptionvoid setTone2Pitch(int tone2Pitch)
throws JposException
JposExceptionint getTone2Volume()
throws JposException
JposExceptionvoid setTone2Volume(int tone2Volume)
throws JposException
JposExceptionvoid clearOutput()
throws JposException
JposExceptionvoid sound(int numberOfCycles,
int interSoundWait)
throws JposException
JposExceptionvoid soundImmediate()
throws JposException
JposExceptionvoid addDirectIOListener(DirectIOListener l)
void removeDirectIOListener(DirectIOListener l)
void addErrorListener(ErrorListener l)
void removeErrorListener(ErrorListener l)
void addOutputCompleteListener(OutputCompleteListener l)
void removeOutputCompleteListener(OutputCompleteListener l)