public class AT388Reader extends ATn88Reader
DEFALT_BATTERY_CHECK_INTERVAL, INFO, mAction, mBarcode, mCheckBatteryInterval, mDevice, mDeviceVersion, mFailCount, mIsDisconnecting, mIsForceBatteryGauging, mLastError, mLastTime, mRfidHf, mRfidUhf, mTransport, RETRY_COUNT, TAG
Constructor and Description |
---|
AT388Reader(ATransport transport)
Create an instance of the AT388Reader class.
|
AT388Reader(int sessionId,
ATransport transport)
Create an instance of the AT388Reader class.
|
getAlertNotify, getButtonNotify, getButtonNotifyTime, setAlertNotify, setButtonNotify, setButtonNotifyTime
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 AT388Reader(ATransport transport)
transport
- AT388Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.public AT388Reader(int sessionId, ATransport transport)
sessionId
- A unique ID number for identifying instances to manage multiple instances.transport
- AT388Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.