public interface BumpBarService13 extends BaseService
| Modifier and Type | Method and Description |
|---|---|
void |
bumpBarSound(int units,
int frequency,
int duration,
int numberOfCycles,
int interSoundWait) |
void |
clearInput() |
void |
clearOutput() |
boolean |
getAsyncMode() |
int |
getAutoToneDuration() |
int |
getAutoToneFrequency() |
int |
getBumpBarDataCount() |
int |
getCapPowerReporting() |
boolean |
getCapTone() |
int |
getCurrentUnitID() |
int |
getDataCount() |
boolean |
getDataEventEnabled() |
java.lang.String |
getErrorString() |
int |
getErrorUnits() |
java.lang.String |
getEventString() |
int |
getEventUnitID() |
int |
getEventUnits() |
int |
getKeys() |
int |
getOutputID() |
int |
getPowerNotify() |
int |
getPowerState() |
int |
getTimeout() |
int |
getUnitsOnline() |
void |
setAsyncMode(boolean asyncMode) |
void |
setAutoToneDuration(int autoToneDuration) |
void |
setAutoToneFrequency(int autoToneFrequency) |
void |
setCurrentUnitID(int currentUnitID) |
void |
setDataEventEnabled(boolean dataEventEnabled) |
void |
setKeyTranslation(int units,
int scanCode,
int logicalKey) |
void |
setPowerNotify(int powerNotify) |
void |
setTimeout(int timeout) |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsint getCapPowerReporting()
throws JposException
JposExceptionboolean getCapTone()
throws JposException
JposExceptionboolean getAsyncMode()
throws JposException
JposExceptionvoid setAsyncMode(boolean asyncMode)
throws JposException
JposExceptionint getAutoToneDuration()
throws JposException
JposExceptionvoid setAutoToneDuration(int autoToneDuration)
throws JposException
JposExceptionint getAutoToneFrequency()
throws JposException
JposExceptionvoid setAutoToneFrequency(int autoToneFrequency)
throws JposException
JposExceptionint getBumpBarDataCount()
throws JposException
JposExceptionint getCurrentUnitID()
throws JposException
JposExceptionvoid setCurrentUnitID(int currentUnitID)
throws JposException
JposExceptionint getDataCount()
throws JposException
JposExceptionboolean getDataEventEnabled()
throws JposException
JposExceptionvoid setDataEventEnabled(boolean dataEventEnabled)
throws JposException
JposExceptionjava.lang.String getErrorString()
throws JposException
JposExceptionint getErrorUnits()
throws JposException
JposExceptionjava.lang.String getEventString()
throws JposException
JposExceptionint getEventUnitID()
throws JposException
JposExceptionint getEventUnits()
throws JposException
JposExceptionint getKeys()
throws JposException
JposExceptionint getOutputID()
throws JposException
JposExceptionint getPowerNotify()
throws JposException
JposExceptionvoid setPowerNotify(int powerNotify)
throws JposException
JposExceptionint getPowerState()
throws JposException
JposExceptionint getTimeout()
throws JposException
JposExceptionvoid setTimeout(int timeout)
throws JposException
JposExceptionint getUnitsOnline()
throws JposException
JposExceptionvoid bumpBarSound(int units,
int frequency,
int duration,
int numberOfCycles,
int interSoundWait)
throws JposException
JposExceptionvoid clearInput()
throws JposException
JposExceptionvoid clearOutput()
throws JposException
JposExceptionvoid setKeyTranslation(int units,
int scanCode,
int logicalKey)
throws JposException
JposException