public interface BaseControl
| Modifier and Type | Method and Description |
|---|---|
void |
checkHealth(int level) |
void |
claim(int timeout) |
void |
close() |
void |
directIO(int command,
int[] data,
java.lang.Object object) |
java.lang.String |
getCheckHealthText() |
boolean |
getClaimed() |
java.lang.String |
getDeviceControlDescription() |
int |
getDeviceControlVersion() |
boolean |
getDeviceEnabled() |
java.lang.String |
getDeviceServiceDescription() |
int |
getDeviceServiceVersion() |
boolean |
getFreezeEvents() |
java.lang.String |
getPhysicalDeviceDescription() |
java.lang.String |
getPhysicalDeviceName() |
int |
getState() |
void |
open(java.lang.String logicalDeviceName) |
void |
release() |
void |
setDeviceEnabled(boolean deviceEnabled) |
void |
setFreezeEvents(boolean freezeEvents) |
java.lang.String getCheckHealthText()
throws JposException
JposExceptionboolean getClaimed()
throws JposException
JposExceptionjava.lang.String getDeviceControlDescription()
int getDeviceControlVersion()
boolean getDeviceEnabled()
throws JposException
JposExceptionvoid setDeviceEnabled(boolean deviceEnabled)
throws JposException
JposExceptionjava.lang.String getDeviceServiceDescription()
throws JposException
JposExceptionint getDeviceServiceVersion()
throws JposException
JposExceptionboolean getFreezeEvents()
throws JposException
JposExceptionvoid setFreezeEvents(boolean freezeEvents)
throws JposException
JposExceptionjava.lang.String getPhysicalDeviceDescription()
throws JposException
JposExceptionjava.lang.String getPhysicalDeviceName()
throws JposException
JposExceptionint getState()
void claim(int timeout)
throws JposException
JposExceptionvoid close()
throws JposException
JposExceptionvoid checkHealth(int level)
throws JposException
JposExceptionvoid directIO(int command,
int[] data,
java.lang.Object object)
throws JposException
JposExceptionvoid open(java.lang.String logicalDeviceName)
throws JposException
JposExceptionvoid release()
throws JposException
JposException