public interface POSKeyboardControl12 extends BaseControl
| Modifier and Type | Method and Description |
|---|---|
void |
addDataListener(DataListener l) |
void |
addDirectIOListener(DirectIOListener l) |
void |
addErrorListener(ErrorListener l) |
void |
clearInput() |
boolean |
getAutoDisable() |
boolean |
getCapKeyUp() |
int |
getDataCount() |
boolean |
getDataEventEnabled() |
int |
getEventTypes() |
int |
getPOSKeyData() |
int |
getPOSKeyEventType() |
void |
removeDataListener(DataListener l) |
void |
removeDirectIOListener(DirectIOListener l) |
void |
removeErrorListener(ErrorListener l) |
void |
setAutoDisable(boolean autoDisable) |
void |
setDataEventEnabled(boolean dataEventEnabled) |
void |
setEventTypes(int eventTypes) |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceControlDescription, getDeviceControlVersion, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapKeyUp()
throws JposException
JposExceptionboolean getAutoDisable()
throws JposException
JposExceptionvoid setAutoDisable(boolean autoDisable)
throws JposException
JposExceptionint getDataCount()
throws JposException
JposExceptionboolean getDataEventEnabled()
throws JposException
JposExceptionvoid setDataEventEnabled(boolean dataEventEnabled)
throws JposException
JposExceptionint getEventTypes()
throws JposException
JposExceptionvoid setEventTypes(int eventTypes)
throws JposException
JposExceptionint getPOSKeyData()
throws JposException
JposExceptionint getPOSKeyEventType()
throws JposException
JposExceptionvoid clearInput()
throws JposException
JposExceptionvoid addDataListener(DataListener l)
void removeDataListener(DataListener l)
void addDirectIOListener(DirectIOListener l)
void removeDirectIOListener(DirectIOListener l)
void addErrorListener(ErrorListener l)
void removeErrorListener(ErrorListener l)