- onAccessResult(AsReader, ResultCode, ActionState, String, String, float, float, float) - Method in interface com.asreader.lib.rfid.event.AsReaderEventListener
-
Invoked when the device receives the result of executing the functions of Read Memory, Write Memory, Lock and so on.
- onActionChanged(AsReader, ActionState) - Method in interface com.asreader.lib.rfid.event.AsReaderEventListener
-
Invoked when the operational state of the Device associated with the AsReader instance changes.
- onCommandComplete(AsReader, CommandType) - Method in interface com.asreader.lib.rfid.event.AsReaderEventListener
-
Invoked when the operations such as saveParameter and defaultParameter are completed
- onDestroy() - Static method in class com.asreader.lib.AsReaderManager
-
Destroy instance of AsReader class and release resources.
- onExceptionOccurred(AsReader, int) - Method in interface com.asreader.lib.rfid.event.AsReaderEventListener
-
Invoked when an exception occurs during operation.
- onKeyEvent(AsReader, KeyType, KeyState) - Method in interface com.asreader.lib.rfid.event.AsReaderEventListener
-
Invoked when device's key is pressed or released.
- onReadBarcode(AsReader, BarcodeType, String, String) - Method in interface com.asreader.lib.rfid.event.AsReaderEventListener
-
Invoked when the barcode module decodes the barcode.
- onReadTag(AsReader, ActionState, String, float, float, float) - Method in interface com.asreader.lib.rfid.event.AsReaderEventListener
-
Invoked when the device reads the tag while performing the Inventory function.
- onStateChanged(AsReader, ConnectionState) - Method in interface com.asreader.lib.rfid.event.AsReaderEventListener
-
Invoked when the connection state of the Device changes.