public interface ScaleControl13 extends ScaleControl12
| Modifier and Type | Method and Description |
|---|---|
void |
addDataListener(DataListener l) |
void |
addErrorListener(ErrorListener l) |
void |
addStatusUpdateListener(StatusUpdateListener l) |
void |
clearInput() |
void |
displayText(java.lang.String data) |
boolean |
getAsyncMode() |
boolean |
getAutoDisable() |
boolean |
getCapDisplayText() |
int |
getCapPowerReporting() |
boolean |
getCapPriceCalculating() |
boolean |
getCapTareWeight() |
boolean |
getCapZeroScale() |
int |
getDataCount() |
boolean |
getDataEventEnabled() |
int |
getMaxDisplayTextChars() |
int |
getPowerNotify() |
int |
getPowerState() |
long |
getSalesPrice() |
int |
getTareWeight() |
long |
getUnitPrice() |
void |
removeDataListener(DataListener l) |
void |
removeErrorListener(ErrorListener l) |
void |
removeStatusUpdateListener(StatusUpdateListener l) |
void |
setAsyncMode(boolean asyncMode) |
void |
setAutoDisable(boolean autoDisable) |
void |
setDataEventEnabled(boolean dataEventEnabled) |
void |
setPowerNotify(int powerNotify) |
void |
setTareWeight(int tareWeight) |
void |
setUnitPrice(long unitPrice) |
void |
zeroScale() |
addDirectIOListener, getCapDisplay, getMaximumWeight, getWeightUnit, readWeight, removeDirectIOListenercheckHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceControlDescription, getDeviceControlVersion, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapDisplayText()
throws JposException
JposExceptionboolean getCapPriceCalculating()
throws JposException
JposExceptionint getCapPowerReporting()
throws JposException
JposExceptionboolean getCapTareWeight()
throws JposException
JposExceptionboolean getCapZeroScale()
throws JposException
JposExceptionboolean getAsyncMode()
throws JposException
JposExceptionvoid setAsyncMode(boolean asyncMode)
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 getMaxDisplayTextChars()
throws JposException
JposExceptionlong getSalesPrice()
throws JposException
JposExceptionint getTareWeight()
throws JposException
JposExceptionvoid setTareWeight(int tareWeight)
throws JposException
JposExceptionlong getUnitPrice()
throws JposException
JposExceptionvoid setUnitPrice(long unitPrice)
throws JposException
JposExceptionint getPowerNotify()
throws JposException
JposExceptionvoid setPowerNotify(int powerNotify)
throws JposException
JposExceptionint getPowerState()
throws JposException
JposExceptionvoid clearInput()
throws JposException
JposExceptionvoid displayText(java.lang.String data)
throws JposException
JposExceptionvoid zeroScale()
throws JposException
JposExceptionvoid addDataListener(DataListener l)
void removeDataListener(DataListener l)
void addErrorListener(ErrorListener l)
void removeErrorListener(ErrorListener l)
void addStatusUpdateListener(StatusUpdateListener l)
void removeStatusUpdateListener(StatusUpdateListener l)