public abstract class ATn88Reader extends ATx88Reader
DEFALT_BATTERY_CHECK_INTERVAL, INFO, mAction, mBarcode, mCheckBatteryInterval, mDevice, mDeviceVersion, mFailCount, mIsDisconnecting, mIsForceBatteryGauging, mLastError, mLastTime, mRfidHf, mRfidUhf, mTransport, RETRY_COUNT, TAG
Constructor and Description |
---|
ATn88Reader(ATransport transport)
Create an instance of the ATn88Reader class.
|
ATn88Reader(int sessionId,
ATransport transport)
Create an instance of the ATn88Reader class.
|
Modifier and Type | Method and Description |
---|---|
NotifyMethod |
getAlertNotify()
Returns the alert Notify method of the instrument.
|
NotifyMethod |
getButtonNotify()
Returns the button Notify method of the equipment.
|
NotifyTimeType |
getButtonNotifyTime()
Returns the button's Notify hold time.
|
void |
setAlertNotify(NotifyMethod method)
Set the alert notify method for the device.
|
void |
setButtonNotify(NotifyMethod method)
Set the button Notify method of the device.
|
void |
setButtonNotifyTime(NotifyTimeType time)
Set the button's Notify hold time.
|
assertAction, defaultParameter, destroy, getAutoOffTime, getAutoSaveMode, getBatteryState, getBuzzer, getDisplayOffTime, getOperationMode, getSerialNo, getStoredTagCount, getTime, getUseActionKey, initReader, loadStoredData, onActionChanged, onBatteryState, onEvent, onKeyEvent, onNotificationState, onOperationModeChanged, onStateChanged, onUsbChargerChanged, removeAllStoreadData, reset, saveStoredData, setAutoOffTime, setAutoSaveMode, setBuzzer, setDisplayOffTime, setOperationMode, setSerialNo, setTime, setUsbChargingPhone, setUseActionKey, sleep, sleep, wakeUp, wakeUp
addListener, checkError, clearListener, connect, disconnect, getAction, getAddress, getAutoConnect, getBackupState, getBarcode, getCheckInterval, getConnectType, getDeviceAttached, getDeviceName, getDeviceType, getFullVersionHexa, getLastError, getProtocol, getRfidHf, getRfidUhf, getSessionId, getState, getTransport, getVersion, getVersionHexa, isEmptyRef, listen, onReaderActionChanged, onReaderBatteryState, onReaderKeyChanged, onReaderNotificationState, onReaderOperationModeChanged, onReaderStateChanged, onReaderUsbChargerChanged, removeListener, resetError, setAction, setAddress, setAutoConnect, setCheckInterval, setDeviceName, setDeviceType, setForceBatteryGauging, setLastError, toString
public ATn88Reader(ATransport transport)
transport
- ATn88Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.public ATn88Reader(int sessionId, ATransport transport)
sessionId
- A unique ID number for identifying instances to manage multiple instances.transport
- ATn88Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.public NotifyTimeType getButtonNotifyTime() throws ATException
ATEAReader
getButtonNotifyTime
in class ATEAReader
ATException
- An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public void setButtonNotifyTime(NotifyTimeType time) throws ATException
ATEAReader
setButtonNotifyTime
in class ATEAReader
time
- A NotifyTimeType enumeration that specifies the duration of the button's Notify retention.ATException
- An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public NotifyMethod getButtonNotify() throws ATException
ATEAReader
getButtonNotify
in class ATEAReader
ATException
- An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public void setButtonNotify(NotifyMethod method) throws ATException
ATEAReader
setButtonNotify
in class ATEAReader
method
- The NotifyMethod enumeration that specifies the button Notify method.ATException
- An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public NotifyMethod getAlertNotify() throws ATException
ATEAReader
getAlertNotify
in class ATEAReader
ATException
- An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.public void setAlertNotify(NotifyMethod method) throws ATException
ATEAReader
setAlertNotify
in class ATEAReader
method
- Warning The NotifyMethod enumeration that specifies the Notify method.ATException
- An ATException exception is thrown if a failure occurs while setting data on the instrument or returning data.