- getAccessPwd() - Method in class com.alien.rfid.RFIDReader
-
Get the default global access password.
- getAcqTID() - Method in class com.alien.rfid.RFIDReader
-
Get the state of TID acquisition during inventories (enabled or disabled).
- getBank() - Method in class com.alien.rfid.Mask
-
Get the mask memory bank.
- getBitLength() - Method in class com.alien.rfid.Mask
-
Get the bit length of the mask data.
- getBitPointer() - Method in class com.alien.rfid.Mask
-
Get the bit pointer of the mask.
- getData() - Method in class com.alien.rfid.Mask
-
Get the data used for masking (example: "AABB1122").
- getData() - Method in class com.alien.rfid.RFIDResult
-
Return data obtained as the result of a reader operation (optional).
- getDeviceID() - Method in class com.alien.common.DeviceInfo
-
Get device unique identifier.
- getEPC() - Method in class com.alien.rfid.Tag
-
Get the EPC value.
- getError() - Method in class com.alien.rfid.RFIDResult
-
Return error code.
- getFieldBitmap() - Method in class com.alien.rfid.LockFields
-
Return a bitmap of fields to be used for tag locking operations.
- getInfo(RFIDInfo) - Method in class com.alien.rfid.RFIDReader
-
Get information about the Reader, such as model, RFID hardware and firmware versions.
- getInfo() - Method in class com.alien.rfid.RFIDReader
-
Get all information about the Reader, RFID hardware and firmware versions.
- getMask() - Method in class com.alien.rfid.RFIDReader
-
Get the default global mask.
- getMaxPower() - Method in class com.alien.rfid.RFIDReader
-
Return maximum supported transmit power.
- getMinPower() - Method in class com.alien.rfid.RFIDReader
-
Return minimum supported transmit power.
- getModel() - Method in class com.alien.common.DeviceInfo
-
Get device model
- getParameter(int) - Method in class com.alien.barcode.BarcodeReader
-
Get barcode configuration parameter.
- getPC() - Method in class com.alien.rfid.Tag
-
Get the Gen2 Protocol-Control (PC) word value.
- getPower() - Method in class com.alien.rfid.RFIDReader
-
Get RFID transmit power.
- getQ() - Method in class com.alien.rfid.RFIDReader
-
Get starting Q parameter value that is used in the Gen2 protocol to read tags.
- getRSSI() - Method in class com.alien.rfid.Tag
-
Get the Returned Signal Strength Indicator (RSSI).
- getSearchMode() - Method in class com.alien.rfid.RFIDReader
-
Get inventory search mode.
- getSession() - Method in class com.alien.rfid.RFIDReader
-
Get Gen2 session.
- getTarget() - Method in class com.alien.rfid.RFIDReader
-
Get inventory target.
- getTemperature() - Method in class com.alien.rfid.RFIDReader
-
Get current temperature of the module or reader
- getTID() - Method in class com.alien.rfid.Tag
-
Get the TID value.
- getValue() - Method in enum com.alien.rfid.Bank
-
Get value of Bank enum.
- getValue() - Method in enum com.alien.rfid.SearchMode
-
Get the value of the SearchMode enum.
- getValue() - Method in enum com.alien.rfid.Session
-
Get the value of the Session enum.
- getValue() - Method in enum com.alien.rfid.Target
-
Get the value of the Target enum.
- SCAN - Static variable in class com.alien.common.KeyCode.ALR_H450
-
SCAN button key code (same as HANDLE TRIGGER).
- SCAN - Static variable in class com.alien.common.KeyCode.ALR_H460
-
SCAN button key code.
- SearchMode - Enum in com.alien.rfid
-
- Session - Enum in com.alien.rfid
-
Control which Gen 2 protocol session is used to inventory tags.
- setAccessPwd(String) - Method in class com.alien.rfid.RFIDReader
-
Set the default global access password.
- setAcqTID(boolean) - Method in class com.alien.rfid.RFIDReader
-
Enable or disable TID acquisition during inventories.
- setAllSymbologies(boolean) - Method in class com.alien.barcode.BarcodeReader
-
Enable/disable all barcode symbologies.
- setBank(Bank) - Method in class com.alien.rfid.Mask
-
Set the mask memory.
- setBitLength(int) - Method in class com.alien.rfid.Mask
-
Set the bit length of the mask data.
- setBitPointer(int) - Method in class com.alien.rfid.Mask
-
Set the bit pointer for the mask.
- setData(String) - Method in class com.alien.rfid.Mask
-
Set the data used for masking, as a hex string (example: "AABB1122") .
- setMask(Mask) - Method in class com.alien.rfid.RFIDReader
-
Set the default global mask.
- setParameter(int, int) - Method in class com.alien.barcode.BarcodeReader
-
Set barcode configuration parameter.
- setPower(int) - Method in class com.alien.rfid.RFIDReader
-
Set RFID transmit power.
- setQ(int) - Method in class com.alien.rfid.RFIDReader
-
Set the starting Q parameter value that is used in the Gen2 protocol to read tags.
- setSearchMode(SearchMode) - Method in class com.alien.rfid.RFIDReader
-
Set inventory search mode.
- setSession(Session) - Method in class com.alien.rfid.RFIDReader
-
Set Gen2 session.
- setTarget(Target) - Method in class com.alien.rfid.RFIDReader
-
Set inventory target.
- SIDE_LEFT - Static variable in class com.alien.common.KeyCode.ALR_H450
-
LEFT side button key code.
- SIDE_LEFT_FUNC - Static variable in class com.alien.common.KeyCode.ALR_H460
-
Left side FUNC button key code.
- SIDE_RIGHT - Static variable in class com.alien.common.KeyCode.ALR_H450
-
RIGHT side button key code.
- start(BarcodeCallback) - Method in class com.alien.barcode.BarcodeReader
-
Start barcode scanning and return data via the callback.
- stop() - Method in class com.alien.barcode.BarcodeReader
-
Stop scanning.
- stop() - Method in class com.alien.rfid.RFIDReader
-
Stop the currently-running continuous inventory.
- valueOf(String) - Static method in enum com.alien.rfid.Bank
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.alien.rfid.LockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.alien.rfid.RFIDInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.alien.rfid.SearchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.alien.rfid.Session
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.alien.rfid.Target
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.alien.rfid.Bank
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.alien.rfid.LockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.alien.rfid.RFIDInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.alien.rfid.SearchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.alien.rfid.Session
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.alien.rfid.Target
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in com.alien.common
-
Version information.