- abortFirmwareUpdate() - Method in class com.unitech.lib.reader.BaseReader
-
Aborts the ongoing firmware update process.
- AccessMode - Enum in com.unitech.lib.types
-
Enum representing different access modes.
- accessPassword - Variable in class com.unitech.lib.uhf.params.AuthenticateParam
-
- accessPassword - Variable in class com.unitech.lib.uhf.params.BlockPermaLockParam
-
- accessPassword - Variable in class com.unitech.lib.uhf.params.MarginReadParam
-
- ActionState - Enum in com.unitech.lib.types
-
ActionState indicates the current operation status of the device.
- actionType() - Method in class com.unitech.lib.uhf.params.TagAccessResult
-
The access action type.
- addListener(IReaderEventListener) - Method in class com.unitech.lib.reader.BaseReader
-
Adds a Listener to receive events on an instance of the BaseReader class.
- addListener(IRfidUhfEventListener) - Method in class com.unitech.lib.uhf.BaseUHF
-
Adds an event handler to receive events that occur in the instance.
- algorithm - Variable in class com.unitech.lib.uhf.params.RFIDConfig
-
The Q algorithm setting
- AlgorithmType - Enum in com.unitech.lib.uhf.types
-
The AlgorithmType enumeration represents the algorithm by which the RFID UHF module inventories the TAG.
- allocateEngine(int) - Method in class com.unitech.lib.reader.BaseReader
-
Allocates an engine based on the specified engine model.
- allocateUHF(int) - Method in class com.unitech.lib.reader.BaseReader
-
Allocates a UHF module of the device associated with the BaseReader instance.
- allocateUHF(int, int) - Method in class com.unitech.lib.reader.BaseReader
-
Allocates a UHF module based on the specified module type and handle.
- antenna() - Method in class com.unitech.lib.uhf.params.TagExtParam
-
Returns the antenna identifier associated with the tag
- AntennaBeginEnd - Enum in com.unitech.lib.uhf.types
-
Enum representing the beginning and end of an antenna operation.
- antennaId - Variable in class com.unitech.lib.params.AntennaStatusEventArgs
-
- AntennaStatusEventArgs - Class in com.unitech.lib.params
-
Represents the status of an antenna.
- AntennaStatusEventArgs(int, AntennaBeginEnd) - Constructor for class com.unitech.lib.params.AntennaStatusEventArgs
-
- antennaSwitchingMode - Variable in class com.unitech.lib.uhf.params.RFIDConfig
-
The antenna switching mode setting
- AntennaSwitchingMode - Enum in com.unitech.lib.uhf.types
-
Enum representing the antenna switching modes.
- assertAction() - Method in class com.unitech.lib.reader.BaseReader
-
Check the device and action state is ready, if not, it will throw ReaderException
- assertAction() - Method in class com.unitech.lib.uhf.BaseUHF
-
Asserts that the instance is in a state where it can perform an operation.
- assertEngineParamId(EngineParamID) - Method in class com.unitech.lib.engine.BaseEngine
-
Asserts that the specified EngineParamID is supported by the engine.
- assertModule() - Method in class com.unitech.lib.uhf.BaseUHF
-
Asserts that the module is not null and is of a type that supports the operation.
- authenticate(AuthenticateParam) - Method in class com.unitech.lib.uhf.BaseUHF
-
Set the Authenticate command for the RFID UTE module of the Device.
- AuthenticateParam - Class in com.unitech.lib.uhf.params
-
AuthenticateParam is used to define the parameters for an authentication operation.
- AuthenticateParam() - Constructor for class com.unitech.lib.uhf.params.AuthenticateParam
-
- AuthenticationResponse - Enum in com.unitech.lib.uhf.types
-
Enum representing the authentication response types.
- available() - Method in class com.unitech.lib.transport.BaseTransport
-
Returns the length of data that can be read with the read method.
- available() - Method in class com.unitech.lib.transport.TransportBluetooth
-
- available() - Method in class com.unitech.lib.transport.TransportUART
-
- available() - Method in class com.unitech.lib.transport.TransportUsb
-