A B C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractSocketServer - Class in com.metratec.lib.connection.server
- AbstractSocketServer() - Constructor for class com.metratec.lib.connection.server.AbstractSocketServer
- AbstractTcpConnection - Class in com.metratec.lib.connection
-
Represents tcp connections
- AbstractTcpConnection(Socket) - Constructor for class com.metratec.lib.connection.AbstractTcpConnection
- AbstractTcpConnection(Socket, boolean) - Constructor for class com.metratec.lib.connection.AbstractTcpConnection
- ACE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Access Error
- ACP - com.metratec.lib.rfidreader.uhf.UHFReader.MEMBANK
-
Access password
- addEPC(boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
By setting this parameter the user activates the EPC-ADD mode.
- addEvent(RfidEvent) - Method in class com.metratec.lib.rfidreader.event.EventHandler
-
Add a event to the internal buffer
- addTag(String, long) - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
- addTags(List<String>, long) - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
-
update the current inventory
- addTRS(boolean) - Method in class com.metratec.lib.rfidreader.uhf.DwarfG2Mini
-
not supported
- addTRS(boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Sometimes you want to know the received signal strength when communicating with a transponder.
- addVIDPID(int, int) - Static method in class com.metratec.lib.connection.UsbConnection
-
Add VID/PID pair to the list of supported USB devices.
- AKW - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Access bits or Keys not Writable
- ARH - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Antenna Reflectivity High
- ATE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Authentication Error (i.e. wrong key)
- authenticatedSector(int) - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
authenticate a Mifare sector
- authenticatedSector(int, String, String) - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
authenticate a MiFare sector
B
- BAE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Block Access Error
- BIH - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Block Is too high (i.e. bigger than 63 at MiFare 1k)
- BME - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Block Mode Error, not 0 or 3 (not writeable with value block function)
- BNA - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Block Not Authenticated
- BNW - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Block Not Writable
- BOD - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
BrownOut detected
- BOF - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Buffer Overflow
C
- CARD_TYPE_MIFARE_1K - Static variable in class com.metratec.lib.rfidreader.mf.MFReader
-
Card type mifare 1k
- CARD_TYPE_MIFARE_4K - Static variable in class com.metratec.lib.rfidreader.mf.MFReader
-
Card type mifare 4k
- CARD_TYPE_MIFARE_DESFIRE - Static variable in class com.metratec.lib.rfidreader.mf.MFReader
-
Card type mifare desfire
- CARD_TYPE_MIFARE_ULTRALIGHT - Static variable in class com.metratec.lib.rfidreader.mf.MFReader
-
Card type mifare ultralight
- CCE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Communication CRC Error
- CER - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
CRC error, CRC16 from the Tag is wrong
- checkCRC16FromDirectCommand(String, int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
checks the crc16 from the DirectCommand answer.
- checkInventory() - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
-
check the current inventory for tags there are no longer found
- CLD - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
REQ - Collision detect
- clear() - Method in class com.metratec.lib.inventory.Inventory
-
Remove all tags from the inventory
- clear() - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
-
Remove all tags from the inventory
- clientConnected(ICommConnection) - Method in interface com.metratec.lib.connection.server.ClientConnectionListener
-
Called if a new client has connected
- ClientConnectionListener - Interface in com.metratec.lib.connection.server
- close() - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Deprecated.
- close() - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
Deprecated.
- close() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Deprecated.
- CNS - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Card is not selected
- com.metratec.lib.connection - package com.metratec.lib.connection
- com.metratec.lib.connection.server - package com.metratec.lib.connection.server
- com.metratec.lib.inventory - package com.metratec.lib.inventory
- com.metratec.lib.inventory.event - package com.metratec.lib.inventory.event
- com.metratec.lib.rfidreader - package com.metratec.lib.rfidreader
- com.metratec.lib.rfidreader.event - package com.metratec.lib.rfidreader.event
- com.metratec.lib.rfidreader.iso - package com.metratec.lib.rfidreader.iso
- com.metratec.lib.rfidreader.mf - package com.metratec.lib.rfidreader.mf
- com.metratec.lib.rfidreader.uhf - package com.metratec.lib.rfidreader.uhf
- com.metratec.lib.tag - package com.metratec.lib.tag
- CommConnectionException - Exception in com.metratec.lib.connection
-
The Exception Class for the communication interfaces
- CommConnectionException() - Constructor for exception com.metratec.lib.connection.CommConnectionException
-
Constructs a new communication exception.
- CommConnectionException(int) - Constructor for exception com.metratec.lib.connection.CommConnectionException
-
Constructs a new communication exception with the specified error code.
- CommConnectionException(int, String) - Constructor for exception com.metratec.lib.connection.CommConnectionException
-
Constructs a new communication exception with the specified detail message and error code.
- CommConnectionException(String) - Constructor for exception com.metratec.lib.connection.CommConnectionException
-
Constructs a new communication exception with the specified detail message.
- compareTo(EthernetDevice) - Method in class com.metratec.lib.connection.EthernetDevice
-
Compare this device to other device.
- compareTo(QuasarLRNoiseMeasure) - Method in class com.metratec.lib.rfidreader.iso.QuasarLRNoiseMeasure
- compareTo(QuasarLRStatus) - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- connect() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- connect() - Method in class com.metratec.lib.connection.FileConnection
-
This method opens a connection.
- connect() - Method in class com.metratec.lib.connection.ICommConnection
-
This method opens a connection.
- connect() - Method in class com.metratec.lib.connection.MpsLegacyTunnelConnection
- connect() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- connect() - Method in class com.metratec.lib.connection.PrinterConnection
- connect() - Method in class com.metratec.lib.connection.Rs232Connection
- connect() - Method in class com.metratec.lib.connection.UsbConnection
- connect() - Method in class com.metratec.lib.rfidreader.ConnectableDevice
-
start the reader but also wait until the reader is connected and initialized
- connect(long) - Method in class com.metratec.lib.rfidreader.ConnectableDevice
-
connect the reader and wait until the reader is connected
- ConnectableDevice - Class in com.metratec.lib.rfidreader
- ConnectableDevice(String, ICommConnection) - Constructor for class com.metratec.lib.rfidreader.ConnectableDevice
-
Construct a new StandardReader instance with the specified connection
- CONNECTION_LOST - Static variable in class com.metratec.lib.connection.ICommConnection
-
lost the connection
- connectionState(RfidReaderConnectionState) - Method in interface com.metratec.lib.rfidreader.event.RfidEventListener
-
reader connection state changed
- CRT - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Command Received Timeout
- CSE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Check Sum error
D
- dataAvailable() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- dataAvailable() - Method in class com.metratec.lib.connection.FileConnection
- dataAvailable() - Method in class com.metratec.lib.connection.ICommConnection
- dataAvailable() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- dataAvailable() - Method in class com.metratec.lib.connection.PrinterConnection
- dataAvailable() - Method in class com.metratec.lib.connection.Rs232Connection
- dataAvailable() - Method in class com.metratec.lib.connection.UsbConnection
- DESKID - com.metratec.lib.rfidreader.UHFProfileParameter.UHFReaderType
-
DeskID
- DeskID_ISO - Class in com.metratec.lib.rfidreader.iso
-
DeskID ISO
HF Reader with USB interface for use on the desktop or other office environment. - DeskID_ISO(String, String, int, int, int, int, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.DeskID_ISO
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- DeskID_ISO(String, String, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.DeskID_ISO
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- DESKID_ISO - com.metratec.lib.rfidreader.ReaderType
-
DeskID ISO
HF Reader with USB interface for use on the desktop or other office environment. - DeskID_MF - Class in com.metratec.lib.rfidreader.mf
-
DeskID Mifare
Mifare Reader with USB interface for use on the desktop or other office environment. - DeskID_MF(String, String) - Constructor for class com.metratec.lib.rfidreader.mf.DeskID_MF
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- DeskID_MF(String, String, int, int, int, int, int) - Constructor for class com.metratec.lib.rfidreader.mf.DeskID_MF
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- DESKID_MIFARE - com.metratec.lib.rfidreader.ReaderType
-
DeskID Mifare
Mifare Reader with USB interface for use on the desktop or other office environment. - DeskID_UHF - Class in com.metratec.lib.rfidreader.uhf
-
DeskID UHF
RFID UHF Reader with USB interface for use on a desktop or other office environment. - DeskID_UHF(String, String, int, int, int, int, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DeskID_UHF
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- DeskID_UHF(String, String, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DeskID_UHF
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- DESKID_UHF - com.metratec.lib.rfidreader.ReaderType
-
DeskID UHF
RFID UHF Reader with USB interface for use on a desktop or other office environment. - DEVICE_IN_USE - Static variable in class com.metratec.lib.connection.ICommConnection
-
device is in use, could no connect
- DeviceRatio8 - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
true if device ratio is 8, else the device ratio is 64/3
- DifferentialMixerGain - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
true if 10dB Gain
- DigitizerHysteresis - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
hysteresis value of the digitizer in 3dB steps [0..7]
- directCommand(String, boolean, boolean, boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
The direct command is used to access tags with optional or manufacturer specific commands.
- directCommand(String, int, boolean, boolean, boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
The direct command is used to access tags with optional or manufacturer specific commands.
- directCommand(String, int, String, int, boolean, boolean, boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
The direct command is used to access tags with optional or manufacturer specific commands.
- disableAccessPassword() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Disable the access password
- disableExecuteCommandsOnInput(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Disable the execute commands on input pin
- disableHighOnTag() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Disable the high pin on tag mode
- disableRF() - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
Disbale the RF Field
- disableStartUpCommands() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Disable the start up commands
- disconnect() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- disconnect() - Method in class com.metratec.lib.connection.FileConnection
- disconnect() - Method in class com.metratec.lib.connection.ICommConnection
-
Closes the communication interface
- disconnect() - Method in class com.metratec.lib.connection.MpsLegacyTunnelConnection
- disconnect() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- disconnect() - Method in class com.metratec.lib.connection.PrinterConnection
- disconnect() - Method in class com.metratec.lib.connection.Rs232Connection
- disconnect() - Method in class com.metratec.lib.connection.UsbConnection
- disconnect() - Method in class com.metratec.lib.rfidreader.ConnectableDevice
-
close the connection
- disconnect() - Method in class com.metratec.lib.rfidreader.StandardReader
- disconnect() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
- DMI15 - Class in com.metratec.lib.rfidreader.iso
-
Iot HF Reader/Writer
An industrial short range RFID reader for 13.56 MHz with an integrated antenna and a power supply via Ethernet (PoE). - DMI15 - com.metratec.lib.rfidreader.ReaderType
-
Iot HF Reader/Writer
An industrial short range RFID reader for 13.56 MHz with an integrated antenna and a power supply via Ethernet (PoE). - DMI15(String, ICommConnection, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.DMI15
-
Creates a new UHFReader with the specified connection and reader mode
- DMI15(String, String, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.DMI15
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- DNS - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Did not Sleep
- DoubleSubcarrier_100percentASK - com.metratec.lib.rfidreader.iso.ISOReader.SRI
-
Double Subcarrier, 100% ASK
- DummyInventoryListener - Class in com.metratec.lib.inventory.event
- DummyInventoryListener() - Constructor for class com.metratec.lib.inventory.event.DummyInventoryListener
- Dwarf14 - Class in com.metratec.lib.rfidreader.mf
-
Dwarf14 HF SMD Module
One of the smallest Mifare RFID modules in the world for direct SMD soldering - Dwarf14(String, ICommConnection) - Constructor for class com.metratec.lib.rfidreader.mf.Dwarf14
-
Creates a new UHFReader with the specified connection and reader mode
- Dwarf14(String, String) - Constructor for class com.metratec.lib.rfidreader.mf.Dwarf14
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- Dwarf14(String, String, int) - Constructor for class com.metratec.lib.rfidreader.mf.Dwarf14
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- Dwarf14(String, String, int, int, int, int, int) - Constructor for class com.metratec.lib.rfidreader.mf.Dwarf14
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- DWARF14 - com.metratec.lib.rfidreader.ReaderType
-
Dwarf14 HF SMD Module
One of the smallest Mifare RFID modules in the world for direct SMD soldering - Dwarf15 - Class in com.metratec.lib.rfidreader.iso
-
Dwarf15 HF SMD Module
One of the smallest HF RFID modules in the world for direct SMD soldering - Dwarf15(String, ICommConnection, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.Dwarf15
-
Creates a new UHFReader with the specified connection and reader mode
- Dwarf15(String, String, int, int, int, int, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.Dwarf15
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- Dwarf15(String, String, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.Dwarf15
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- Dwarf15(String, String, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.Dwarf15
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- DWARF15 - com.metratec.lib.rfidreader.ReaderType
-
Dwarf15 HF SMD Module
One of the smallest HF RFID modules in the world for direct SMD soldering - DwarfG2 - Class in com.metratec.lib.rfidreader.uhf
-
DwarfG2 UHF SMD Module
A compact but powerful short-range UFH module for direct SMD soldering and external antenna connector - DwarfG2(String, ICommConnection, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DwarfG2
-
Creates a new UHFReader with the specified connection and reader mode
- DwarfG2(String, String, int, int, int, int, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DwarfG2
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- DwarfG2(String, String, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DwarfG2
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- DwarfG2(String, String, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DwarfG2
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- DWARFG2 - com.metratec.lib.rfidreader.ReaderType
-
DwarfG2 UHF SMD Module
A compact but powerful short-range UFH module for direct SMD soldering and external antenna connector - DWARFG2 - com.metratec.lib.rfidreader.UHFProfileParameter.UHFReaderType
-
Dwarf G2
- DWARFG2_MINI - com.metratec.lib.rfidreader.ReaderType
-
DwarfG2 UHF SMD Module
A compact but powerful short-range UFH module for direct SMD soldering and external antenna connector - DwarfG2Mini - Class in com.metratec.lib.rfidreader.uhf
-
DwarfG2 UHF SMD Module
A compact but powerful short-range UFH module for direct SMD soldering and external antenna connector - DwarfG2Mini(String, ICommConnection, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DwarfG2Mini
-
Creates a new UHFReader with the specified connection and reader mode
- DwarfG2Mini(String, String, int, int, int, int, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DwarfG2Mini
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- DwarfG2Mini(String, String, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DwarfG2Mini
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- DwarfG2Mini(String, String, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.DwarfG2Mini
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
E
- EDX - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Error decimal expected
- EHF - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Error Hardware Failure
- EHX - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Error hex expected
- enableExecuteCommandsOnInput(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Enable the execute commands on input pin
- enableHighOnTag(int, int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
This method is only usable on DwarfG2, DwarfG2_XR and PulsarMX (a DeskID has no IOs).
- enableRF() - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
Enable the RF Field
- enableStartUpCommands() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Enable the start up commands
- Encoding - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
the encoding (0: FMO, 1: MILLER2, 2: MILLER4, 3: MILLER8)
- EPC - com.metratec.lib.rfidreader.uhf.UHFReader.MEMBANK
-
The EPC membank.
- equals(Object) - Method in class com.metratec.lib.connection.EthernetDevice
-
Compare to another ethernet device.
- ETHERNET_TIMEOUT - Static variable in class com.metratec.lib.connection.ICommConnection
-
Ethernet connection timeout
- ETHERNET_UNKNOWN_HOST - Static variable in class com.metratec.lib.connection.ICommConnection
-
host not found
- EthernetDevice - Class in com.metratec.lib.connection
-
Class for an ethernet device
- EthernetDevice() - Constructor for class com.metratec.lib.connection.EthernetDevice
-
Constructs a new Ethernet device.
- EthernetDevice(String, String, String, boolean) - Constructor for class com.metratec.lib.connection.EthernetDevice
-
Constructs a new Ethernet device with the specific parameters.
- ETS - com.metratec.lib.rfidreader.uhf.UHFReader.READER_MODE
-
ETSI Mode
- EventHandler - Class in com.metratec.lib.rfidreader.event
- EventHandler(String) - Constructor for class com.metratec.lib.rfidreader.event.EventHandler
F
- FCC - com.metratec.lib.rfidreader.uhf.UHFReader.READER_MODE
-
FCC USA
- FileConnection - Class in com.metratec.lib.connection
-
This is an implementation of ICommConnection that relies only on standard JRE file APIs.
- FileConnection(String) - Constructor for class com.metratec.lib.connection.FileConnection
- FLE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
FIFO Length Error
G
- getAddedTags() - Method in class com.metratec.lib.inventory.SimpleInventory
- getAFI() - Method in class com.metratec.lib.tag.HFTagInformation
- getAllInterfaceInetAddresses() - Static method in class com.metratec.lib.connection.UdpConnection
-
Get the InetAddresses of all local network interfaces.
- getAntenna() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRNoiseMeasure
- getAntenna() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getAverage() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRNoiseMeasure
- getBaudrate() - Method in class com.metratec.lib.connection.SerialConnection
- getBlockSize() - Method in class com.metratec.lib.tag.HFTagInformation
- getConnectionTimeout() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- getConnectionTimeout() - Method in class com.metratec.lib.connection.FileConnection
- getConnectionTimeout() - Method in class com.metratec.lib.connection.ICommConnection
- getConnectionTimeout() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- getConnectionTimeout() - Method in class com.metratec.lib.connection.PrinterConnection
- getConnectionTimeout() - Method in class com.metratec.lib.connection.Rs232Connection
- getConnectionTimeout() - Method in class com.metratec.lib.connection.UsbConnection
- getCRCState() - Method in class com.metratec.lib.rfidreader.StandardReader
-
Gets the state of the Cyclic Redundancy Check (CRC)
- getDataBit() - Method in class com.metratec.lib.connection.SerialConnection
- getDeviceName() - Method in class com.metratec.lib.connection.EthernetDevice
- getDigitizerHysteresis() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getDSFID() - Method in class com.metratec.lib.tag.HFTagInformation
- getEncoding() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getEndOfFrameState() - Method in class com.metratec.lib.rfidreader.StandardReader
-
End of Frame State
- getErrorCode() - Method in exception com.metratec.lib.connection.CommConnectionException
- getErrorCode() - Method in exception com.metratec.lib.rfidreader.RFIDReaderException
- getErrorDescription() - Method in exception com.metratec.lib.connection.CommConnectionException
-
Get human readable description of the error code.
- getExecuteCommandsOnInput(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Get the configured commands on input
- getFirmwareRevision() - Method in enum com.metratec.lib.rfidreader.ReaderType
- getFirmwareRevision() - Method in class com.metratec.lib.rfidreader.StandardReader
-
get the Firmware Revision
- getFlowControl() - Method in class com.metratec.lib.connection.SerialConnection
- getForwardPower() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getHardwareCommunicationParameter(UHFReader.PROFILE_PARAMETER) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Deprecated.
- getHardwareRevision() - Method in class com.metratec.lib.rfidreader.StandardReader
-
Gets the hardware revision
- getHighPassFrequency() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getICReference() - Method in class com.metratec.lib.tag.HFTagInformation
- getIdentifier() - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
- getIdentifier() - Method in class com.metratec.lib.rfidreader.ConnectableDevice
- getIdentifier() - Method in class com.metratec.lib.rfidreader.event.RfidEvent
- getInfo() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- getInfo() - Method in class com.metratec.lib.connection.FileConnection
- getInfo() - Method in class com.metratec.lib.connection.ICommConnection
-
Gets Device Informations
- getInfo() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- getInfo() - Method in class com.metratec.lib.connection.PrinterConnection
-
Gets device information.
- getInfo() - Method in class com.metratec.lib.connection.Rs232Connection
- getInfo() - Method in class com.metratec.lib.connection.UsbConnection
- getInput(int) - Method in class com.metratec.lib.rfidreader.StandardReader
-
Reads the current state of an input pin
- getInputDebounceTime() - Method in class com.metratec.lib.rfidreader.StandardReader
- getInputStream() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- getInputStream() - Method in class com.metratec.lib.connection.FileConnection
- getInputStream() - Method in class com.metratec.lib.connection.ICommConnection
- getInputStream() - Method in class com.metratec.lib.connection.MpsLegacyTunnelConnection
- getInputStream() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- getInputStream() - Method in class com.metratec.lib.connection.PrinterConnection
- getInputStream() - Method in class com.metratec.lib.connection.Rs232Connection
- getInputStream() - Method in class com.metratec.lib.connection.UsbConnection
- getInventory() - Method in class com.metratec.lib.inventory.Inventory
-
Return a
List
with the current inventory - getInventory() - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
-
Return the current inventory
- getInventory() - Method in class com.metratec.lib.inventory.SimpleInventory
- getInventory() - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
looks for all tags in range of the reader and get the Tag IDs of all tags as a number of strings back
- getInventory() - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
returns all UIDs from ISO/IEC 14443-1 to 3 compatible transponders, which are in the read range of the reader.
- getInventory() - Method in class com.metratec.lib.rfidreader.StandardReader
-
Looks for all tags in range of the reader and get all tags as a number of strings back
- getInventory() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Looks for all tags in range of the reader and get the EPCs of all tags as a number of strings back
- getInventory(boolean, boolean, boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Looks for all tags in range of the reader and sends their EPCs as as hex-coded numbers one EPC per line back to the host.
- getInventoryOnlyNewTags() - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
returns all UIDs from ISO/IEC 14443-1 to 3 compatible transponders, which are new in the read range of the reader.
- getInventoryRetry() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Gets the number of retries in tag searching algorithm.
- getInventorySingleSlot() - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
looks for all tags in range of the reader (used single slot) and get the Tag IDs of all tags as a number of strings back
- getInventorySingleSlot() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Looks for all tags in range of the reader with single slot and get the EPCs of all tags as a number of strings back
- getInventoryUnique() - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
looks for all new tags in range of the reader and get the Tag IDs of all tags as a number of strings back
- getInventoryUniqueSingleSlot() - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
looks for all new tags in range of the reader (used single slot) and get the Tag IDs of all tags as a number of strings back
- getIPAddress() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- getIPAddress() - Method in class com.metratec.lib.connection.EthernetDevice
- getJD2XX() - Method in class com.metratec.lib.connection.UsbConnection
- getKeepTime() - Method in class com.metratec.lib.inventory.Inventory
- getKeepTime() - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
- getLantronixEthernetDevices(int) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send UDP broadcasts on all local network interfaces and return all responding Lantronix devices.
- getLantronixEthernetDevices(int, InetAddress) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send UDP broadcast from a specific IP address and return all responding Lantronix devices.
- getLantronixEthernetDevices(int, List<InetAddress>) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send UDP broadcasts from a specified list of IP addresses and return all responding Lantronix devices.
- getLinkFrequency() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getLinkTimeout() - Method in class com.metratec.lib.connection.MpsTunnelConnection
-
Gets the link timeout for linking to a slave device.
- getListener() - Method in class com.metratec.lib.rfidreader.event.EventHandler
- getLostTags() - Method in class com.metratec.lib.inventory.event.InventoryChangedEvent
- getLowPassFrequency() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getMACAddress() - Method in class com.metratec.lib.connection.EthernetDevice
- getMasterConn() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- getMaximum() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRNoiseMeasure
- getMemorySize() - Method in class com.metratec.lib.tag.HFTagInformation
- getMessage() - Method in class com.metratec.lib.rfidreader.event.RfidReaderConnectionState
- getMetratecEthernetDevices(int) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send UDP broadcasts on all local network interfaces and return all responding metraTec TUC devices.
- getMetratecEthernetDevices(int, InetAddress) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send UDP broadcast from a specific IP address and return all responding metraTec TUC devices.
- getMetratecEthernetDevices(int, List<InetAddress>) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send UDP broadcasts from a specified list of IP addresses and return all responding metraTec TUC devices.
- getMinimum() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRNoiseMeasure
- getMODE() - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Gets the current used mode
- getName() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRNoiseMeasure
- getNewTags() - Method in class com.metratec.lib.inventory.event.InventoryChangedEvent
- getNoiseMeasure() - Method in class com.metratec.lib.rfidreader.iso.QuasarLR
- getNoResponseWaitTime() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getNumberOfBlocks() - Method in class com.metratec.lib.tag.HFTagInformation
- getOutputStream() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- getOutputStream() - Method in class com.metratec.lib.connection.FileConnection
- getOutputStream() - Method in class com.metratec.lib.connection.ICommConnection
- getOutputStream() - Method in class com.metratec.lib.connection.MpsLegacyTunnelConnection
- getOutputStream() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- getOutputStream() - Method in class com.metratec.lib.connection.PrinterConnection
- getOutputStream() - Method in class com.metratec.lib.connection.Rs232Connection
- getOutputStream() - Method in class com.metratec.lib.connection.UsbConnection
- getParity() - Method in class com.metratec.lib.connection.SerialConnection
- getPin() - Method in class com.metratec.lib.rfidreader.event.RfidReaderInputChange
- getPort() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- getPort() - Method in class com.metratec.lib.connection.server.AbstractSocketServer
- getPortName() - Method in class com.metratec.lib.connection.Rs232Connection
- getPower() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
- getPrinterList() - Static method in class com.metratec.lib.connection.PrinterConnection
-
Return list of all possible printer names that can be passed to
PrinterConnection(String)
. - getProfileParameter() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Gets the profile parameter from the reader
- getProfilParameter(UHFReader.PROFILE_PARAMETER) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Gets the specific profile parameter
- getQValue() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
The Q-Value indicates the starting number of Slots for the tag searching used in every tag command.
- getReaderMode() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getReaderName() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getReaderType() - Method in class com.metratec.lib.rfidreader.StandardReader
-
Parse the Firmware Name and return the
ReaderType
- getReaderType() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getReceiverGain() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getReceiveTimeout() - Method in class com.metratec.lib.rfidreader.ConnectableDevice
- getRecvTimeout() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- getRecvTimeout() - Method in class com.metratec.lib.connection.FileConnection
- getRecvTimeout() - Method in class com.metratec.lib.connection.ICommConnection
- getRecvTimeout() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- getRecvTimeout() - Method in class com.metratec.lib.connection.PrinterConnection
- getRecvTimeout() - Method in class com.metratec.lib.connection.Rs232Connection
- getRecvTimeout() - Method in class com.metratec.lib.connection.UsbConnection
- getReflectedPower() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getRemovedTags() - Method in class com.metratec.lib.inventory.SimpleInventory
- getRevision() - Method in class com.metratec.lib.rfidreader.StandardReader
-
Gets the firmware revision
- getRFPower() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getRFStatus() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getRxWaitTime() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getSendTimeout() - Method in class com.metratec.lib.connection.UsbConnection
- getSerialNumber() - Method in class com.metratec.lib.connection.UsbConnection
-
Get the USB device's serial number.
- getSerialNumber() - Method in class com.metratec.lib.rfidreader.StandardReader
-
Gets the serial number
- getSerialPort() - Method in class com.metratec.lib.connection.Rs232Connection
- getSerialPorts() - Static method in class com.metratec.lib.connection.Rs232Connection
-
get the available Serial Ports
- getSocket() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- getSRI() - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Gets the used modulation depth and subcarrier mode
- getStartUpCommands() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Get the configured start up commands
- getState() - Method in class com.metratec.lib.rfidreader.event.RfidReaderInputChange
- getStatus() - Method in class com.metratec.lib.rfidreader.iso.QuasarLR
- getStopBit() - Method in class com.metratec.lib.connection.SerialConnection
- getSWR() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getTagData(int) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
get the data which is stored in the block number
- getTagData(int) - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
Reads data from a tag
- getTagData(int, int) - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
Reads data from the given tag
- getTagData(int, int, String) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
gets the data which is stored in the tag, get the data from firstblock and the following blocks.
- getTagData(int, int, String) - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
Reads data from the given tag and authenticated automatically
- getTagData(int, String) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
get the data from the Tag with tagID which is stored in the block number
- getTagData(int, String) - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
Reads data from the given tag and authenticated automatically
- getTagData(UHFReader.MEMBANK, int, int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Reads the data from the tags.
It is possible to mask this command (using the setMask(...) method) to limit this command to a certain population of tags. - getTagData(UHFReader.MEMBANK, int, int, boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Reads the data from the tags.
It is possible to mask this command (using the setMask(...) method) to limit this command to a certain population of tags. - getTagId() - Method in class com.metratec.lib.inventory.event.TagEvent
- getTagID() - Method in class com.metratec.lib.tag.HFTagInformation
-
return the tag id
- getTags() - Method in class com.metratec.lib.inventory.event.InventoryChangedEvent
- getTagSystemInformation(String) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Gets the tag system information
- getTagTIDs() - Method in class com.metratec.lib.rfidreader.uhf.DwarfG2Mini
-
Deprecated.
- getTagTIDs() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Reads the TID from the tag.
It is possible to mask this command (using the setMask(...) method) to limit this command to a certain population of tags. - getTagTIDs(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Reads the TID from the tag with a predefined length.
It is possible to mask this command (using the setMask(...) method) to limit this command to a certain population of tags. - getTari() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getTemperature() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getTimestamp() - Method in class com.metratec.lib.rfidreader.event.RfidEvent
- getTimestamp() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRNoiseMeasure
- getTimestamp() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- getTransmitterPower() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getTrcal() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- getUSBDevices() - Static method in class com.metratec.lib.connection.UsbConnection
- getUSBDevicesList() - Static method in class com.metratec.lib.connection.UsbConnection
- getUseAFI() - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Gets the used afi byte
H
- halt() - Method in class com.metratec.lib.rfidreader.event.EventHandler
-
Stop the thread
- handle(InetAddress, DatagramPacket, DatagramSocket) - Method in interface com.metratec.lib.connection.UdpBroadcastHandlerInterface
-
Handle a broadcast received.
- hashCode() - Method in class com.metratec.lib.connection.EthernetDevice
- HBE_XX - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Headerbit Error
- HFTagInformation - Class in com.metratec.lib.tag
-
Class which contains the HF Tag Information
- HFTagInformation(String) - Constructor for class com.metratec.lib.tag.HFTagInformation
-
Construct a new HF tag information
- HFTagInformation(String, boolean, int, boolean, int, boolean, int, int, boolean, int) - Constructor for class com.metratec.lib.tag.HFTagInformation
-
Construct a new HF tag information
- HighPassFrequency - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
high pass frequency.
I
- ICommConnection - Class in com.metratec.lib.connection
-
Connection interface
- ICommConnection() - Constructor for class com.metratec.lib.connection.ICommConnection
- IEC - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
internal Error code
- initInventory(Map<String, Long>) - Method in class com.metratec.lib.inventory.Inventory
- inputChange(RfidReaderInputChange) - Method in interface com.metratec.lib.rfidreader.event.RfidEventListener
-
reader input changed (only if the reader has inputs and supports this)
- Inventory - Class in com.metratec.lib.inventory
-
Inventory which can throw events.
First create the inventory and than start it withInventory.start()
. - Inventory(String) - Constructor for class com.metratec.lib.inventory.Inventory
- Inventory(String, InventoryListener) - Constructor for class com.metratec.lib.inventory.Inventory
- Inventory(String, InventoryListener, long) - Constructor for class com.metratec.lib.inventory.Inventory
- inventoryChanged(InventoryChangedEvent) - Method in class com.metratec.lib.inventory.event.DummyInventoryListener
- inventoryChanged(InventoryChangedEvent) - Method in interface com.metratec.lib.inventory.event.InventoryListener
-
Called if the inventory has changed
- InventoryChangedEvent - Class in com.metratec.lib.inventory.event
- InventoryChangedEvent(String, Long, List<String>, List<String>, List<String>) - Constructor for class com.metratec.lib.inventory.event.InventoryChangedEvent
- InventoryChangedEvent(String, List<String>, List<String>, List<String>) - Constructor for class com.metratec.lib.inventory.event.InventoryChangedEvent
- InventoryListener - Interface in com.metratec.lib.inventory.event
-
The listener interface for receiving tag events
- InventoryWithTimestamp - Class in com.metratec.lib.inventory
-
Implementation for a periodic inventory check.
Add the tags withInventoryWithTimestamp.addTag(String, long)
orInventoryWithTimestamp.addTags(List, long)
, then check the inventory for losted tags withInventoryWithTimestamp.checkInventory()
- InventoryWithTimestamp(String) - Constructor for class com.metratec.lib.inventory.InventoryWithTimestamp
- InventoryWithTimestamp(String, Long) - Constructor for class com.metratec.lib.inventory.InventoryWithTimestamp
- IOS - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Input and Outputblock are not in the same Sector
- isAFISupported() - Method in class com.metratec.lib.tag.HFTagInformation
- isAlive() - Method in class com.metratec.lib.inventory.Inventory
- isAlive(int) - Method in class com.metratec.lib.connection.AbstractTcpConnection
-
Test if the Ethernet Device is reachable.
- isAlive(String, int) - Static method in class com.metratec.lib.connection.AbstractTcpConnection
-
Test if a Ethernet Device is reachable.
- isConnected() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- isConnected() - Method in class com.metratec.lib.connection.FileConnection
- isConnected() - Method in class com.metratec.lib.connection.ICommConnection
- isConnected() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- isConnected() - Method in class com.metratec.lib.connection.PrinterConnection
- isConnected() - Method in class com.metratec.lib.connection.Rs232Connection
- isConnected() - Method in class com.metratec.lib.connection.UsbConnection
- isConnected() - Method in class com.metratec.lib.rfidreader.ConnectableDevice
- isConnected() - Method in class com.metratec.lib.rfidreader.event.RfidReaderConnectionState
- isDeviceRatio8() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- isDifferentialMixerGain() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- isDSFIDSupported() - Method in class com.metratec.lib.tag.HFTagInformation
- isICReferenceSupported() - Method in class com.metratec.lib.tag.HFTagInformation
- isLinked() - Method in class com.metratec.lib.connection.MpsLegacyTunnelConnection
-
Returns whether to use linked communication.
- isMemorySizeSupported() - Method in class com.metratec.lib.tag.HFTagInformation
- isMixerInputAttenuation() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- ISO15693 - com.metratec.lib.rfidreader.iso.ISOReader.MODE
-
ISO 15693
- ISOReader - Class in com.metratec.lib.rfidreader.iso
-
Class for the metraTec iso reader
- ISOReader(String, ICommConnection, ISOReader.MODE, ISOReader.SRI, String...) - Constructor for class com.metratec.lib.rfidreader.iso.ISOReader
-
Creates a new MifareReader with the specified connection, mode and sri
- ISOReader(String, String, int, int, int, int, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.ISOReader
-
Deprecated.
- ISOReader(String, String, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.ISOReader
-
Deprecated.
- ISOReader(String, String, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.ISOReader
-
Deprecated.
- ISOReader.MODE - Enum in com.metratec.lib.rfidreader.iso
-
enum for the reader mode
- ISOReader.SRI - Enum in com.metratec.lib.rfidreader.iso
-
enum for the modulation depth and subcarrier mode of the reader
- isPRASK() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- ISR - com.metratec.lib.rfidreader.uhf.UHFReader.READER_MODE
-
Israel Mode
- isReachable() - Method in class com.metratec.lib.connection.EthernetDevice
- isResponseInteresting(String) - Method in interface com.metratec.lib.rfidreader.RFIDResponseChecker
- isRunning() - Method in class com.metratec.lib.connection.server.AbstractSocketServer
- isServerConnection() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- isSettlingSpeedUp() - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- isSticky() - Method in class com.metratec.lib.inventory.Inventory
K
- KBR - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Key B is Readable
- killTag(boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
The Kill Command can be used to disable UHF Gen2 Tags forever.
- KLP - com.metratec.lib.rfidreader.uhf.UHFReader.MEMBANK
-
Kill password
- KNC - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Key(s) not changeable
L
- LinkFrequency - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
link frequency defined in the EPC Gen2 standard.
- loadAccessPassword(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Loads an access password
- loadKillPassword(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Loads a kill password
- lockTag(UHFReader.MEMBANK, int, boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Used to set the access rights of the different data blocks, including the access password itself and the kill password.
- lockTagAFI(String) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Locks the AFI value of the specified tag
- lockTagDSFID(String) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Locks the DSFID (data storage format identifier) of the specified tag
- LowPassFrequency - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
low pass frequency.
M
- MFReader - Class in com.metratec.lib.rfidreader.mf
-
Class for the metraTec mifare reader
- MFReader(String, ICommConnection, String...) - Constructor for class com.metratec.lib.rfidreader.mf.MFReader
-
Creates a new MifareReader with the specified connection
- MFReader(String, String) - Constructor for class com.metratec.lib.rfidreader.mf.MFReader
-
Deprecated.
- MFReader(String, String, int) - Constructor for class com.metratec.lib.rfidreader.mf.MFReader
-
Deprecated.
- MFReader(String, String, int, int, int, int, int) - Constructor for class com.metratec.lib.rfidreader.mf.MFReader
-
Deprecated.
- MixerInputAttenuation - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
state of the mixer input attenuation
- MpsLegacyTunnelConnection - Class in com.metratec.lib.connection
-
A connection to a slave device behind a MPS Master (MPS Beacon, BraceID, etc.).
- MpsLegacyTunnelConnection(ICommConnection) - Constructor for class com.metratec.lib.connection.MpsLegacyTunnelConnection
-
Construct a MPS Tunneling Connection.
- MpsLegacyTunnelConnection(ICommConnection, String) - Constructor for class com.metratec.lib.connection.MpsLegacyTunnelConnection
-
Construct a MPS Tunneling Connection.
- MpsTunnelConnection - Class in com.metratec.lib.connection
-
A connection to a slave device behind a MPS Master (MPS Beacon, BraceID, etc.).
- MpsTunnelConnection(ICommConnection) - Constructor for class com.metratec.lib.connection.MpsTunnelConnection
-
Construct a MPS Tunneling Connection.
- MpsTunnelConnection(ICommConnection, String) - Constructor for class com.metratec.lib.connection.MpsTunnelConnection
-
Construct a MPS Tunneling Connection.
N
- NAK - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Global Error
- NB0 - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Number of Blocks to Read is 0
- NCM - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Not in CNR Mode
- NDB - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
No Data Block
- NER - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Not expected response
- NKS - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
No Key Selected, select a temporary or a static key
- NMA - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
No MiFare classic chip Authenticated
- NO_DEVICES_FOUND - Static variable in class com.metratec.lib.connection.ICommConnection
-
no devices for a connection found
- NO_LIBRARY_FOUND - Static variable in class com.metratec.lib.connection.ICommConnection
-
could not find the needed java library for the connection
- NOR - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Number Out Of Range
- NoResponseWaitTime - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
no response wait time in 25,6µs steps [0,255]
- NOS - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Not supported
- NOT_AVAILABLE - Static variable in class com.metratec.lib.connection.ICommConnection
-
not available - method is not available
- NOT_INITIALISED - Static variable in class com.metratec.lib.connection.ICommConnection
-
connection is not initializes
- NRF - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
No RF-Field active
- NSS - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
No Standard Selected
- NTI - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
No Tag Inventoried
- NUL - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Null pointer
O
- ONE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Operation Not Executed
P
- PDE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Preamble Detect Error
- ping() - Method in class com.metratec.lib.rfidreader.StandardReader
-
test if the reader is alive
- PLE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
PLL Error
- PRASK - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
if true the Activate Phase Reversal Amplitude Shift Keyed (PR-ASK) modulation is activated else Double Sideband Amplitude Shift Keyed (DSB-ASK)
- PrinterConnection - Class in com.metratec.lib.connection
-
A connection to a printer.
- PrinterConnection(String) - Constructor for class com.metratec.lib.connection.PrinterConnection
-
Construct a new printer connection.
- PULSAR - com.metratec.lib.rfidreader.UHFProfileParameter.UHFReaderType
-
Pulsar
- PULSAR_LR - com.metratec.lib.rfidreader.ReaderType
-
PulsarLR UHF Long Range Reader
. - PULSAR_MX - com.metratec.lib.rfidreader.ReaderType
-
PulsarMX UHF Mid Range Reader
The PulsarMX UHF Mid Range Rader is a compact and cost-effective UHF RFID Reader for a medium read range of up to 5 m - PulsarLR - Class in com.metratec.lib.rfidreader.uhf
-
PulsarLR UHF Long Range Reader
The PulsarLR UHF Long Range Rader is a compact and cost-effective UHF RFID Reader. - PulsarLR(String, ICommConnection, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.PulsarLR
-
Creates a new UHFReader with the specified connection and reader mode.
- PulsarLR(String, String, int, int, int, int, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.PulsarLR
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader.
- PulsarLR(String, String, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.PulsarLR
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader.
- PulsarLR(String, String, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.PulsarLR
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- PulsarMX - Class in com.metratec.lib.rfidreader.uhf
-
PulsarMX UHF Mid Range Reader
The PulsarMX UHF Mid Range Rader is a compact and cost-effective UHF RFID Reader for a medium read range of up to 5 m - PulsarMX(String, ICommConnection, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.PulsarMX
-
Creates a new UHFReader with the specified connection and reader mode
- PulsarMX(String, String, int, int, int, int, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.PulsarMX
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- PulsarMX(String, String, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.PulsarMX
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- PulsarMX(String, String, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.PulsarMX
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
Q
- QR14 - Class in com.metratec.lib.rfidreader.mf
-
QR14 Plug-In Module
Compact Mifare Plug-In Module with integrated Antenna and a read range of up to 50 mm - QR14 - com.metratec.lib.rfidreader.ReaderType
-
QR14 Plug-In Module
Compact Mifare Plug-In Module with integrated Antenna and a read range of up to 50 mm - QR14(String, ICommConnection) - Constructor for class com.metratec.lib.rfidreader.mf.QR14
-
Creates a new UHFReader with the specified connection and reader mode
- QR14(String, String) - Constructor for class com.metratec.lib.rfidreader.mf.QR14
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- QR14(String, String, int) - Constructor for class com.metratec.lib.rfidreader.mf.QR14
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QR14(String, String, int, int, int, int, int) - Constructor for class com.metratec.lib.rfidreader.mf.QR14
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QR15 - Class in com.metratec.lib.rfidreader.iso
-
QR15 Plug-In Module
Compact HF Plug-In Modul with integrated antenna and a read range of up to 70 mm - QR15 - com.metratec.lib.rfidreader.ReaderType
-
QR15 Plug-In Module
Compact HF Plug-In Modul with integrated antenna and a read range of up to 70 mm - QR15(String, ICommConnection, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QR15
-
Creates a new UHFReader with the specified connection and reader mode
- QR15(String, String, int, int, int, int, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QR15
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QR15(String, String, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QR15
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QR15(String, String, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QR15
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- QUASAR_MIFARE - com.metratec.lib.rfidreader.ReaderType
-
QuasarMF Mifare Reader
The only RFID Mifare Reader in the world with Ethernet connection and optically isolated Inputs/Outputs to control a multiplexer or other industrial equipment - QUASAR_MX - com.metratec.lib.rfidreader.ReaderType
-
QuasarMX Industrial HF Reader/Writer
An industrial short range RFID reader for 13.56 MHz with PLC compatible inputs/outputs and a fast read/write rate - QuasarLR - Class in com.metratec.lib.rfidreader.iso
-
Quasar Long Range Industrial HF Reader/Writer
An industrial short range RFID reader for 13.56 MHz with PLC compatible inputs/outputs and a fast read/write rate - QuasarLR - com.metratec.lib.rfidreader.ReaderType
-
QuasarMX Industrial HF Reader/Writer
An industrial short range RFID reader for 13.56 MHz with PLC compatible inputs/outputs and a fast read/write rate - QuasarLR(String, ICommConnection, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QuasarLR
-
Creates a new UHFReader with the specified connection and reader mode
- QuasarLR(String, String, int, int, int, int, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QuasarLR
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QuasarLR(String, String, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QuasarLR
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QuasarLR(String, String, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QuasarLR
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- QuasarLRNoiseMeasure - Class in com.metratec.lib.rfidreader.iso
-
The noise measurement of the active antenna
- QuasarLRNoiseMeasure() - Constructor for class com.metratec.lib.rfidreader.iso.QuasarLRNoiseMeasure
- QuasarLRStatus - Class in com.metratec.lib.rfidreader.iso
-
The state of the quasar lr reader
- QuasarLRStatus() - Constructor for class com.metratec.lib.rfidreader.iso.QuasarLRStatus
- QuasarMF - Class in com.metratec.lib.rfidreader.mf
-
QuasarMF Mifare Reader
The only RFID Mifare Reader in the world with Ethernet connection and optically isolated Inputs/Outputs to control a multiplexer or other industrial equipment - QuasarMF(String, ICommConnection) - Constructor for class com.metratec.lib.rfidreader.mf.QuasarMF
-
Creates a new UHFReader with the specified connection and reader mode
- QuasarMF(String, String) - Constructor for class com.metratec.lib.rfidreader.mf.QuasarMF
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
- QuasarMF(String, String, int) - Constructor for class com.metratec.lib.rfidreader.mf.QuasarMF
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QuasarMF(String, String, int, int, int, int, int) - Constructor for class com.metratec.lib.rfidreader.mf.QuasarMF
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QuasarMX - Class in com.metratec.lib.rfidreader.iso
-
QuasarMX Industrial HF Reader/Writer
An industrial short range RFID reader for 13.56 MHz with PLC compatible inputs/outputs and a fast read/write rate - QuasarMX(String, ICommConnection, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QuasarMX
-
Creates a new UHFReader with the specified connection and reader mode
- QuasarMX(String, String, int, int, int, int, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QuasarMX
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QuasarMX(String, String, int, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QuasarMX
-
Creates a new UHFReader class for communicate with the specified metraTec ethernet uhf reader
- QuasarMX(String, String, ISOReader.MODE, ISOReader.SRI) - Constructor for class com.metratec.lib.rfidreader.iso.QuasarMX
-
Creates a new UHFReader class for communicate with the specified metraTec usb uhf reader
R
- RDL - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Read Data to Long
- ReaderType - Enum in com.metratec.lib.rfidreader
-
Enum with available Reader Types
- readReflectedPower() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Read the reflected power value from the reader front-end
- receive(int...) - Method in class com.metratec.lib.connection.ICommConnection
-
Receives data from the connected device until one of the terminator signs is found.
- receive(int...) - Method in class com.metratec.lib.connection.MpsTunnelConnection
- receive(int...) - Method in class com.metratec.lib.connection.PrinterConnection
- receive(int...) - Method in class com.metratec.lib.connection.Rs232Connection
- receive(int...) - Method in class com.metratec.lib.connection.SslTcpConnection
- receive(int...) - Method in class com.metratec.lib.connection.TcpConnection
- receive(int...) - Method in class com.metratec.lib.connection.UsbConnection
- ReceiverGain - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
receiver gain value, internally multiplied by 3 dB
- recv() - Method in class com.metratec.lib.connection.AbstractTcpConnection
- recv() - Method in class com.metratec.lib.connection.FileConnection
- recv() - Method in class com.metratec.lib.connection.ICommConnection
-
Receives a single byte.
- recv() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- recv() - Method in class com.metratec.lib.connection.PrinterConnection
-
Receives one character from the device.
- recv() - Method in class com.metratec.lib.connection.Rs232Connection
- recv() - Method in class com.metratec.lib.connection.UsbConnection
- recv(byte[]) - Method in class com.metratec.lib.connection.ICommConnection
-
Receive bytes until buffer is filled or timeout occurrs.
- recv(byte[], int, int) - Method in class com.metratec.lib.connection.ICommConnection
-
Receives until buffer is filled or timeout occurrs.
- recv(byte[], int, int) - Method in class com.metratec.lib.connection.MpsTunnelConnection
- recv(byte[], int, int) - Method in class com.metratec.lib.connection.PrinterConnection
- recv(byte[], int, int) - Method in class com.metratec.lib.connection.Rs232Connection
- recv(byte[], int, int) - Method in class com.metratec.lib.connection.SslTcpConnection
- recv(byte[], int, int) - Method in class com.metratec.lib.connection.TcpConnection
- recv(byte[], int, int) - Method in class com.metratec.lib.connection.UsbConnection
- recv(int...) - Method in class com.metratec.lib.connection.ICommConnection
-
Receives data from the connected device until one of the terminator signs is found.
- RECV_TIMEOUT - Static variable in class com.metratec.lib.connection.ICommConnection
-
no data arrive during the receive timeout
- removeTag(String) - Method in class com.metratec.lib.inventory.Inventory
-
Remove a tag from this list
- removeTag(String) - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
-
Remove a tag from this list
- removeTags(List<String>) - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
- RES - com.metratec.lib.rfidreader.uhf.UHFReader.MEMBANK
-
Reserved membank.
- RES - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Reserved
- reset() - Method in class com.metratec.lib.rfidreader.StandardReader
-
Reset the reader
- resetRFInterface(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Timer controlled RF field reset.
- RESPONSE_ERROR_CER - Static variable in class com.metratec.lib.rfidreader.StandardReader
-
Response crc error
- RESPONSE_ERROR_FLE - Static variable in class com.metratec.lib.rfidreader.uhf.UHFReader
-
fifo length error
- RESPONSE_ERROR_LENGHT - Static variable in class com.metratec.lib.rfidreader.StandardReader
- RESPONSE_ERROR_NSS - Static variable in class com.metratec.lib.rfidreader.StandardReader
-
not supported standard
- RESPONSE_ERROR_TCE - Static variable in class com.metratec.lib.rfidreader.StandardReader
-
Response ok tag communication error
- RESPONSE_ERROR_TOE - Static variable in class com.metratec.lib.rfidreader.StandardReader
-
Response time out error
- RESPONSE_ERROR_TOR - Static variable in class com.metratec.lib.rfidreader.StandardReader
-
Response tag out of range
- RESPONSE_OK - Static variable in class com.metratec.lib.rfidreader.StandardReader
-
Response ok
- RFIDErrorCodes - Class in com.metratec.lib.rfidreader
-
Error codes for the metraTec RFID reader exceptions
- RFIDErrorCodes() - Constructor for class com.metratec.lib.rfidreader.RFIDErrorCodes
- RfidEvent - Class in com.metratec.lib.rfidreader.event
- RfidEvent(String, Long) - Constructor for class com.metratec.lib.rfidreader.event.RfidEvent
- RfidEventListener - Interface in com.metratec.lib.rfidreader.event
- RfidReaderConnectionState - Class in com.metratec.lib.rfidreader.event
- RfidReaderConnectionState(String, Boolean, String) - Constructor for class com.metratec.lib.rfidreader.event.RfidReaderConnectionState
- RfidReaderConnectionState(String, Boolean, String, Long) - Constructor for class com.metratec.lib.rfidreader.event.RfidReaderConnectionState
- RFIDReaderException - Exception in com.metratec.lib.rfidreader
-
The Exception Class for the metraTec RFID readers
- RFIDReaderException() - Constructor for exception com.metratec.lib.rfidreader.RFIDReaderException
-
Constructs a new RFID reader exception.
- RFIDReaderException(int) - Constructor for exception com.metratec.lib.rfidreader.RFIDReaderException
-
Constructs a new RFID reader exception with the specified error code.
- RFIDReaderException(int, String) - Constructor for exception com.metratec.lib.rfidreader.RFIDReaderException
-
Constructs a new RFID reader exception with the specified detail message and error code.
- RFIDReaderException(String) - Constructor for exception com.metratec.lib.rfidreader.RFIDReaderException
-
Constructs a new RFID reader exception with the specified detail message.
- RfidReaderInputChange - Class in com.metratec.lib.rfidreader.event
- RfidReaderInputChange(String, Long, Integer, Boolean) - Constructor for class com.metratec.lib.rfidreader.event.RfidReaderInputChange
- RFIDResponseChecker - Interface in com.metratec.lib.rfidreader
- Rs232Connection - Class in com.metratec.lib.connection
-
A connection to a rs232 device
- Rs232Connection(String, int, int, int, int, int) - Constructor for class com.metratec.lib.connection.Rs232Connection
-
Construct a new RS232Connection object, with the given parameters
- run() - Method in class com.metratec.lib.rfidreader.event.EventHandler
- RXE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Response Count Expected Error
- RXWaitTime - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
time to wait before the receiver is activated.
S
- saveAccessPassword(String, int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Saves an access password
- saveKillPassword(String, int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Saves the kill password
- selectCard(String) - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
select a specific transponder
- send(byte[]) - Method in class com.metratec.lib.connection.AbstractTcpConnection
- send(byte[]) - Method in class com.metratec.lib.connection.FileConnection
- send(byte[]) - Method in class com.metratec.lib.connection.ICommConnection
-
Sends data to the connected device
- send(byte[]) - Method in class com.metratec.lib.connection.MpsLegacyTunnelConnection
- send(byte[]) - Method in class com.metratec.lib.connection.MpsTunnelConnection
- send(byte[]) - Method in class com.metratec.lib.connection.PrinterConnection
-
Sends data to the connected device.
- send(byte[]) - Method in class com.metratec.lib.connection.Rs232Connection
- send(byte[]) - Method in class com.metratec.lib.connection.UsbConnection
- send(String) - Method in class com.metratec.lib.connection.ICommConnection
-
Sends data to the connected device
- send(String) - Method in class com.metratec.lib.connection.TcpConnection
- sendBroadcastRecvOnUnicast(DatagramPacket, int, int, int, List<InetAddress>, UdpBroadcastHandlerInterface) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send broadcast packets from a list of source addresses and receive answers on the corresponding unicast addresses.
- sendRecvBroadcast(DatagramPacket, int, int, int, UdpBroadcastHandlerInterface) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send broadcast packets from all local interface addresses and receive broadcast answers in a platform-independant manner.
- sendRecvBroadcast(DatagramPacket, int, int, int, InetAddress, UdpBroadcastHandlerInterface) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send broadcast packets from a single source source address and receive broadcast answers in a platform-independant manner.
- sendRecvBroadcast(DatagramPacket, int, int, int, List<InetAddress>, UdpBroadcastHandlerInterface) - Static method in class com.metratec.lib.connection.UdpConnection
-
Send broadcast packets from a list of source addresses and receive broadcast answers in a platform-independant manner.
- SERIAL_NO_ACCESS - Static variable in class com.metratec.lib.connection.ICommConnection
-
no access to the input/output stream
- SERIAL_NOT_INITIALISED - Static variable in class com.metratec.lib.connection.ICommConnection
-
could not initialize the rs232 connection
- SERIAL_PARAMETER_NOT_SET - Static variable in class com.metratec.lib.connection.ICommConnection
-
could not set interface parameter
- SERIAL_PORT_NOT_EXIST - Static variable in class com.metratec.lib.connection.ICommConnection
-
specified serial port not exist
- SerialConnection - Class in com.metratec.lib.connection
-
Abstract parent class for the serial connections
- serverError(IOException) - Method in interface com.metratec.lib.connection.server.ClientConnectionListener
- SET_CONFIGURATION - Static variable in class com.metratec.lib.connection.ICommConnection
-
error while setting parameters
- setAccessPassword(String) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Sets the access password
- setAntennaPort(int) - Method in class com.metratec.lib.rfidreader.iso.DeskID_ISO
- setAntennaPort(int) - Method in class com.metratec.lib.rfidreader.iso.QuasarLR
- setAntennaPort(int) - Method in class com.metratec.lib.rfidreader.mf.DeskID_MF
- setAntennaPort(int) - Method in class com.metratec.lib.rfidreader.StandardReader
-
Set the antenna port.
- setAntennaPort(int) - Method in class com.metratec.lib.rfidreader.uhf.DeskID_UHF
- setBaudrate(int) - Method in class com.metratec.lib.connection.SerialConnection
- setCommunicationChannel(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Set the etsi channel.
- setConnectionTimeout(int) - Method in class com.metratec.lib.connection.AbstractTcpConnection
- setConnectionTimeout(int) - Method in class com.metratec.lib.connection.FileConnection
- setConnectionTimeout(int) - Method in class com.metratec.lib.connection.ICommConnection
-
Sets the waiting time for the connection
- setConnectionTimeout(int) - Method in class com.metratec.lib.connection.MpsTunnelConnection
- setConnectionTimeout(int) - Method in class com.metratec.lib.connection.PrinterConnection
- setConnectionTimeout(int) - Method in class com.metratec.lib.connection.Rs232Connection
- setConnectionTimeout(int) - Method in class com.metratec.lib.connection.UsbConnection
- setDataBit(int) - Method in class com.metratec.lib.connection.SerialConnection
- setDeviceName(String) - Method in class com.metratec.lib.connection.EthernetDevice
-
set the device name
- setDeviceRatio8(boolean) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- setDifferentialMixerGain(boolean) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- setDigitizerHysteresis(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
-
sets the hysteresis value of the digitizer
- setEncoding(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
-
Sets the encoding of the tag answer
- setEPCMask(String) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Set a EPC mask
- setEventListener(RfidEventListener) - Method in class com.metratec.lib.rfidreader.StandardReader
-
set the rfid event listener
- setExecuteCommandsOnInput(int, String...) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
This method is only usable on DwarfG2 and PulsarMX (a DeskID has no IOs).
- setFirmwareRevision(int) - Method in enum com.metratec.lib.rfidreader.ReaderType
-
Set the firmware revision
- setFlowControl(int) - Method in class com.metratec.lib.connection.SerialConnection
- setGlobalTimeOut(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Any tag command (INV, RDT etc.) starts a global timeout.
- setHighPassFrequency(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
-
Sets the high pass frequency.
- setIdentifier(String) - Method in class com.metratec.lib.rfidreader.ConnectableDevice
- setInputDebounceTime(int) - Method in class com.metratec.lib.rfidreader.StandardReader
- setInventoryRetry(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Sets the number of retries in tag searching algorithm.
- setIPAddress(String) - Method in class com.metratec.lib.connection.AbstractTcpConnection
-
sets the used IP address
- setIPAddress(String) - Method in class com.metratec.lib.connection.EthernetDevice
-
set the IP Address
- setKeepTime(long) - Method in class com.metratec.lib.inventory.Inventory
- setKeepTime(Long) - Method in class com.metratec.lib.inventory.InventoryWithTimestamp
- setKeyStoreFile(String) - Static method in class com.metratec.lib.connection.server.SslSocketServer
- setKeyStorePassword(String) - Static method in class com.metratec.lib.connection.server.SslSocketServer
- setKeyToUse(String, String) - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
set the key to use for authentication
- setKillPassword(String) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Sets the kill password
- setLinked(boolean) - Method in class com.metratec.lib.connection.MpsLegacyTunnelConnection
-
Sets whether to use linked communication or not.
- setLinkFrequency(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
-
Sets the link frequency defined in the EPC Gen2 standard.
- setLinkTimeout(int) - Method in class com.metratec.lib.connection.MpsTunnelConnection
-
Sets the link timeout for linking to a slave device.
- setListener(RfidEventListener) - Method in class com.metratec.lib.rfidreader.event.EventHandler
- setLowPassFrequency(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
-
Sets the low pass frequency.
- setMACAddress(String) - Method in class com.metratec.lib.connection.EthernetDevice
-
set the MAC Address
- setMask(UHFReader.MEMBANK, String) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Most tags manipulation instruction can be limited to a population of tags with certain data values, e.g. tags that start with a certain EPC, a certain TID or even contain certain data in the user memory.
- setMask(UHFReader.MEMBANK, String, int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Most tags manipulation instruction can be limited to a population of tags with certain data values, e.g. tags that start with a certain EPC, a certain TID or even contain certain data in the user memory.
- setMask(UHFReader.MEMBANK, String, int, int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Most tags manipulation instruction can be limited to a population of tags with certain data values, e.g. tags that start with a certain EPC, a certain TID or even contain certain data in the user memory.
- setMaxReconnectWaitTime(long) - Method in class com.metratec.lib.rfidreader.ConnectableDevice
-
Set the minimum time before attempting to reconnect.
- setMinReconnectWaitTime(long) - Method in class com.metratec.lib.rfidreader.ConnectableDevice
-
Set the minimum time before attempting to reconnect.
- setMixerInputAttenuation(boolean) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
-
Sets the mixer input attenuation
- setMode(ISOReader.MODE) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Sets the reader mode
- setMode(UHFReader.READER_MODE) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Set the reader mode.
- setNoMask() - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Disable the mask using
- setNoResponseWaitTime(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
-
sets the no response wait time in 25,6µs steps [0,255]
- setOutput(int, boolean) - Method in class com.metratec.lib.rfidreader.StandardReader
-
Sets the state of an output pin
- setParity(int) - Method in class com.metratec.lib.connection.SerialConnection
- setPin(Integer) - Method in class com.metratec.lib.rfidreader.event.RfidReaderInputChange
- setPort(int) - Method in class com.metratec.lib.connection.AbstractTcpConnection
-
sets the used port
- setPortName(String) - Method in class com.metratec.lib.connection.Rs232Connection
-
Sets the used serial port
- setPower(int) - Method in class com.metratec.lib.rfidreader.iso.DeskID_ISO
-
The second generation ISO 15693 devices with hardware revision >= 02.00 allow setting power values of 100 or 200 (mW).
- setPower(int) - Method in class com.metratec.lib.rfidreader.iso.Dwarf15
-
The second generation ISO 15693 devices with hardware revision >= 02.00 allow setting power values of 100 or 200 (mW).
- setPower(int) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
The reader allows different output power levels to match antenna size, tag size or tag po- sition.
- setPower(int) - Method in class com.metratec.lib.rfidreader.iso.QR15
-
The second generation ISO 15693 devices with hardware revision >= 02.00 allow setting power values of 100 or 200 (mW).
- setPower(int) - Method in class com.metratec.lib.rfidreader.iso.QuasarLR
-
The QuasarLR allows different output power levels to match antenna size, tag size or tag po- sition.
- setPower(int) - Method in class com.metratec.lib.rfidreader.iso.QuasarMX
-
The second generation ISO 15693 devices with hardware revision >= 02.00 allow setting power values of 100 or 200 (mW).
- setPower(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
- setPRASK(boolean) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- setProfileParameter(UHFReader.PROFILE_PARAMETER, Object) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Sets the given parameter
- setQValue(int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
The Q-Value indicates the starting number of Slots for the tag searching used in every tag command.
- setReachable(boolean) - Method in class com.metratec.lib.connection.EthernetDevice
-
set the reachable flag
- setReaderType(UHFProfileParameter.UHFReaderType) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- setReceiverGain(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- setReceiveTimeout(int) - Method in class com.metratec.lib.rfidreader.ConnectableDevice
- setRecvTimeout(int) - Method in class com.metratec.lib.connection.AbstractTcpConnection
- setRecvTimeout(int) - Method in class com.metratec.lib.connection.FileConnection
- setRecvTimeout(int) - Method in class com.metratec.lib.connection.ICommConnection
-
set the receive timeout for read data, if the timeout expires an CommConnectionException is raised with errorcode RECV_TIMEOUT, the connection is still valid
- setRecvTimeout(int) - Method in class com.metratec.lib.connection.MpsTunnelConnection
- setRecvTimeout(int) - Method in class com.metratec.lib.connection.PrinterConnection
- setRecvTimeout(int) - Method in class com.metratec.lib.connection.Rs232Connection
- setRecvTimeout(int) - Method in class com.metratec.lib.connection.UsbConnection
- setRFInterface(boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Enable or disable the RF Field
- setRxWaitTime(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- setSavePowerMode(boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
If enable the reader will switch off the power amplifier automatically after every tag operation starts (either directly user called or CNR-mode) reducing the power consumption nearly as much as STB (StandyBy need about 3/4 the power of only disabled amplifier) but does not need to be woke up by WAK command.
- setSendTimeout(int) - Method in class com.metratec.lib.connection.UsbConnection
-
Set the send timeout
- setSerialNumber(String) - Method in class com.metratec.lib.connection.UsbConnection
-
Set the USB device's serial number.
- setSettings(Hashtable<String, String>) - Method in class com.metratec.lib.connection.AbstractTcpConnection
- setSettings(Hashtable<String, String>) - Method in class com.metratec.lib.connection.FileConnection
- setSettings(Hashtable<String, String>) - Method in class com.metratec.lib.connection.ICommConnection
-
Sets connections settings
- setSettings(Hashtable<String, String>) - Method in class com.metratec.lib.connection.MpsTunnelConnection
- setSettings(Hashtable<String, String>) - Method in class com.metratec.lib.connection.PrinterConnection
- setSettings(Hashtable<String, String>) - Method in class com.metratec.lib.connection.Rs232Connection
- setSettings(Hashtable<String, String>) - Method in class com.metratec.lib.connection.UsbConnection
- setSettlingSpeedUp(boolean) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- setSRI(ISOReader.SRI) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Set RF Interface
- setStartUpCommands(String...) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Sets a number of start up commands.
- setState(Boolean) - Method in class com.metratec.lib.rfidreader.event.RfidReaderInputChange
- setStopBit(int) - Method in class com.metratec.lib.connection.SerialConnection
- setTagAFI(String, int) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Sets the AFI value of the specified tag
- setTagData(int, String) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Writes Data to the tag
- setTagData(int, String, boolean) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Writes Data to the tag
- setTagData(int, String, String) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Writes Data to the specified Tag
- setTagData(int, String, String) - Method in class com.metratec.lib.rfidreader.mf.MFReader
-
Write Data to the Tag
- setTagData(int, String, String, boolean) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Writes Data to the specified Tag
- setTagData(UHFReader.MEMBANK, String, int) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Writes data to the tag
It is possible to mask this command (using the setMask(...) method) to limit this command to a certain population of tags. - setTagData(UHFReader.MEMBANK, String, int, boolean) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Writes data to the tag
It is possible to mask this command (using the setMask(...) method) to limit this command to a certain population of tags. - setTagDSFID(String, int) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Sets the DSFID (data storage format identifier) value of the specified tag
- setTagEPC(String) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Sets a new EPC for the tag in the field
- setTagEPC(String, String) - Method in class com.metratec.lib.rfidreader.uhf.UHFReader
-
Sets a new epc for a tag, tid is needed
- setTagQuiet(String) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Sends stay quiet command to the tag.
- setTari(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- SettlingSpeedUp - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
if true, the receiver reading a bit faster for most tags
- setTransmitterPower(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- setTrcal(int) - Method in class com.metratec.lib.rfidreader.UHFProfileParameter
- setTrustStoreFile(String) - Static method in class com.metratec.lib.connection.SslTcpConnection
- setTrustStorePassword(String) - Static method in class com.metratec.lib.connection.SslTcpConnection
- setUseAFI(int) - Method in class com.metratec.lib.rfidreader.iso.ISOReader
-
Sets the afi byte to use
- SimpleInventory - Class in com.metratec.lib.inventory
-
Simple inventory implementation - designed for update an inventory with a list of all transponder.
- SimpleInventory() - Constructor for class com.metratec.lib.inventory.SimpleInventory
-
Create an new instance.
- SingleSubcarrier_100percentASK - com.metratec.lib.rfidreader.iso.ISOReader.SRI
-
Single Subcarrier, 100% ASK
- SingleSubcarrier_10percentASK - com.metratec.lib.rfidreader.iso.ISOReader.SRI
-
Single Subcarrier, 10% ASK
- SocketServer - Class in com.metratec.lib.connection.server
- SocketServer() - Constructor for class com.metratec.lib.connection.server.SocketServer
- SRT - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Hardware Reset
- SslSocketServer - Class in com.metratec.lib.connection.server
- SslSocketServer() - Constructor for class com.metratec.lib.connection.server.SslSocketServer
- SslTcpConnection - Class in com.metratec.lib.connection
- SslTcpConnection(String, int) - Constructor for class com.metratec.lib.connection.SslTcpConnection
-
Construct a new SslSocketConnection class, with the given parameters.
- SslTcpConnection(SSLSocket) - Constructor for class com.metratec.lib.connection.SslTcpConnection
- SslTcpConnection(SSLSocket, boolean) - Constructor for class com.metratec.lib.connection.SslTcpConnection
- StandardReader - Class in com.metratec.lib.rfidreader
- StandardReader(String, ICommConnection) - Constructor for class com.metratec.lib.rfidreader.StandardReader
-
Construct a new StandardReader instance with the specified connection
- standby() - Method in class com.metratec.lib.rfidreader.StandardReader
-
Sets the reader in a power saving mode
- start() - Method in class com.metratec.lib.inventory.Inventory
-
start automatically checking the inventory for lost tags
- start() - Method in class com.metratec.lib.rfidreader.ConnectableDevice
-
Start the reader
- start(int) - Method in class com.metratec.lib.rfidreader.ConnectableDevice
-
Start the reader
- start(int, int, InetAddress, ClientConnectionListener) - Method in class com.metratec.lib.connection.server.AbstractSocketServer
-
Start the waiting for new client to connect
- start(int, ClientConnectionListener) - Method in class com.metratec.lib.connection.server.AbstractSocketServer
-
Start the waiting for new client to connect
- STATE_CONFIGURING - Static variable in class com.metratec.lib.rfidreader.ConnectableDevice
-
the master is being configured
- STATE_CONNECTING - Static variable in class com.metratec.lib.rfidreader.ConnectableDevice
-
the master is connecting
- STATE_RUNNING - Static variable in class com.metratec.lib.rfidreader.ConnectableDevice
-
the master is running
- STATE_STOPPED - Static variable in class com.metratec.lib.rfidreader.ConnectableDevice
-
the master is stopped
- STATE_WAITING_FOR_RECONNECT - Static variable in class com.metratec.lib.rfidreader.ConnectableDevice
-
the master is waiting during reconnect
- stop() - Method in class com.metratec.lib.connection.server.AbstractSocketServer
-
stop the server
- stop() - Method in class com.metratec.lib.inventory.Inventory
-
stop automatically checking tags
- stop() - Method in class com.metratec.lib.rfidreader.ConnectableDevice
-
stop the reader
- switchAntennas(int) - Method in class com.metratec.lib.rfidreader.StandardReader
-
In case you want to automatically switch between multiple antennas (e.g. trying to find all tags in a search area that can only be searched using multiple antennas) you can use this automatic switching mode.
Switching always starts with the lowest antenna port (0). - SYN - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Error
T
- tagArrive(TagArrivedEvent) - Method in class com.metratec.lib.inventory.event.DummyInventoryListener
- tagArrive(TagArrivedEvent) - Method in interface com.metratec.lib.inventory.event.InventoryListener
-
Called if a new tag is found
- TagArrivedEvent - Class in com.metratec.lib.inventory.event
-
A event which is called if a new tags was found in the inventory
- TagArrivedEvent(String, Long, String) - Constructor for class com.metratec.lib.inventory.event.TagArrivedEvent
- TagArrivedEvent(String, String) - Constructor for class com.metratec.lib.inventory.event.TagArrivedEvent
- tagDeparted(TagDepartedEvent) - Method in class com.metratec.lib.inventory.event.DummyInventoryListener
- tagDeparted(TagDepartedEvent) - Method in interface com.metratec.lib.inventory.event.InventoryListener
-
Called if a tag is lost
- TagDepartedEvent - Class in com.metratec.lib.inventory.event
-
A event which is called if a tags is no longer in the inventory
- TagDepartedEvent(String, Long, String) - Constructor for class com.metratec.lib.inventory.event.TagDepartedEvent
- TagDepartedEvent(String, String) - Constructor for class com.metratec.lib.inventory.event.TagDepartedEvent
- TagEvent - Class in com.metratec.lib.inventory.event
-
A tag event
- TagEvent(String, Long, String) - Constructor for class com.metratec.lib.inventory.event.TagEvent
- TagEvent(String, String) - Constructor for class com.metratec.lib.inventory.event.TagEvent
- Tari - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
tari value from EPC Gen2: 1 for 12.5µs, 2 for 25µs
- TCE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Tag Communication Error
- TcpConnection - Class in com.metratec.lib.connection
-
A connection to a tcp port
- TcpConnection(String, int) - Constructor for class com.metratec.lib.connection.TcpConnection
-
Construct a new TCPIPConnection class, with the given parameters.
- TcpConnection(Socket) - Constructor for class com.metratec.lib.connection.TcpConnection
- TcpConnection(Socket, boolean) - Constructor for class com.metratec.lib.connection.TcpConnection
- TEC - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
REQ - Tag Error Code
[2Byte Error Flag][2Byte ErrorCode]
Error codes: 01 - The command is not supported, i.e. the request code is not recognized. 02 - The command is not recognized, for example: a format error occurred. 03 - The option is not supported. 0F - Unknown error. 10 - The specified block is not available (doesn't exist). 11 - The specified block is already -locked and thus cannot be locked again 12 - The specified block is locked and its content cannot be changed. 13 - The specified block was not successfully programmed. 14 - The specified block was not successfully locked. A0-DF - Custom command error codes others - RFU - TID - com.metratec.lib.rfidreader.uhf.UHFReader.MEMBANK
-
The tag ID of the tag (sometimes contains a unique ID, sometimes only a manufacturer code, depending on the tag type)
- TMD - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
To Many Data (i.e.
- TMT - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Too Many Tags
- TNR - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Tag Not Responding
- TOE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
TimeOut Error
- TOR - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Tag Out of Range
- toString() - Method in class com.metratec.lib.connection.MpsLegacyTunnelConnection
- toString() - Method in class com.metratec.lib.connection.MpsTunnelConnection
- toString() - Method in class com.metratec.lib.connection.Rs232Connection
- toString() - Method in class com.metratec.lib.connection.SslTcpConnection
- toString() - Method in class com.metratec.lib.connection.TcpConnection
- toString() - Method in class com.metratec.lib.connection.UsbConnection
- toString() - Method in class com.metratec.lib.rfidreader.event.RfidReaderConnectionState
- toString() - Method in class com.metratec.lib.rfidreader.event.RfidReaderInputChange
- toString() - Method in class com.metratec.lib.rfidreader.iso.QuasarLRNoiseMeasure
-
return this object as json string
- toString() - Method in class com.metratec.lib.tag.HFTagInformation
- TransmitterPower - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
transmitter power, allowed values depends on the reader type
- TRcal - com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
the TRcal value from the EPC Gen2.
U
- UCB - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
(receive) unknow control byte
- UCO - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Unknown command
- UdpBroadcastHandlerInterface - Interface in com.metratec.lib.connection
-
Interface for creating functor objects for
UdpConnection.sendRecvBroadcast(java.net.DatagramPacket, int, int, int, com.metratec.lib.connection.UdpBroadcastHandlerInterface)
. - UdpConnection - Class in com.metratec.lib.connection
-
A connection to a udp port
- UdpConnection() - Constructor for class com.metratec.lib.connection.UdpConnection
- UE1 - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
User Error code 1
- UE2 - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
User Error code 2
- UE3 - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
User Error code 3
- UER - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Unknown Error
- UHFProfileParameter - Class in com.metratec.lib.rfidreader
-
Class which contains the metraTec uhf profile parameter
- UHFProfileParameter(UHFProfileParameter.UHFReaderType) - Constructor for class com.metratec.lib.rfidreader.UHFProfileParameter
-
create a new UHF reader configuration with default values
- UHFProfileParameter.UHFReaderType - Enum in com.metratec.lib.rfidreader
-
UHF Reader type enum
- UHFReader - Class in com.metratec.lib.rfidreader.uhf
-
Class for the metraTec uhf reader
- UHFReader(String, ICommConnection, UHFReader.READER_MODE, String...) - Constructor for class com.metratec.lib.rfidreader.uhf.UHFReader
-
Creates a new UHFReader with the specified connection and reader mode
- UHFReader(String, String, int, int, int, int, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.UHFReader
-
Deprecated.
- UHFReader(String, String, int, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.UHFReader
-
Deprecated.
- UHFReader(String, String, UHFReader.READER_MODE) - Constructor for class com.metratec.lib.rfidreader.uhf.UHFReader
-
Deprecated.
- UHFReader.MEMBANK - Enum in com.metratec.lib.rfidreader.uhf
-
Enum for the UHF Tag membank
- UHFReader.PROFILE_PARAMETER - Enum in com.metratec.lib.rfidreader.uhf
-
Enum for profile parameter
- UHFReader.READER_MODE - Enum in com.metratec.lib.rfidreader.uhf
-
Enum for the RFID communication standards
- UKA - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Use Key A for authentication
- UKB - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Use Key B for authentication
- UNHANDLED_ERROR - Static variable in class com.metratec.lib.connection.ICommConnection
-
error which is not specifically defined
- UNKNOWN - com.metratec.lib.rfidreader.ReaderType
-
the reader type is unknown
- UPA - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Unknown parameter
- updateInventory(Collection<String>, long) - Method in class com.metratec.lib.inventory.Inventory
-
update the current inventory
- updateInventory(List<String>) - Method in class com.metratec.lib.inventory.SimpleInventory
-
update the current inventory and calculate the removed and added tags
- URE - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
UART Receive Error
- USB_SET_BAUDRATE - Static variable in class com.metratec.lib.connection.ICommConnection
-
Set baudrate for the usb connection failed
- USB_SET_DATA_CHARACTERISTICS - Static variable in class com.metratec.lib.connection.ICommConnection
-
set data characteristics for the usb connection failed
- USB_SET_FLOWCONTROL - Static variable in class com.metratec.lib.connection.ICommConnection
-
set flow control for the usb connection failed
- USB_SET_TIMEOUTS - Static variable in class com.metratec.lib.connection.ICommConnection
-
set timeouts for the usb connection failed
- UsbConnection - Class in com.metratec.lib.connection
-
A connection to a usb device
- UsbConnection(String) - Constructor for class com.metratec.lib.connection.UsbConnection
-
Construct a new USBConnection object
- UsbConnection(String, int) - Constructor for class com.metratec.lib.connection.UsbConnection
-
Construct a new USBConnection object
- UsbConnection(String, int, int, int, int, int) - Constructor for class com.metratec.lib.connection.UsbConnection
-
Construct a new USBConnection object
- UsbConnection(JD2XX.DeviceInfo) - Constructor for class com.metratec.lib.connection.UsbConnection
-
Construct a new USBConnection object
- UsbConnection(JD2XX.DeviceInfo, int) - Constructor for class com.metratec.lib.connection.UsbConnection
-
Construct a new USBConnection object
- UsbConnection(JD2XX.DeviceInfo, int, int, int, int, int) - Constructor for class com.metratec.lib.connection.UsbConnection
-
Construct a new USBConnection object
- USER_ERRORCODE_01 - Static variable in class com.metratec.lib.connection.ICommConnection
-
for individual use
- USER_ERRORCODE_02 - Static variable in class com.metratec.lib.connection.ICommConnection
-
for individual use
- USER_ERRORCODE_03 - Static variable in class com.metratec.lib.connection.ICommConnection
-
for individual use
- USER_ERRORCODE_04 - Static variable in class com.metratec.lib.connection.ICommConnection
-
for individual use
- USER_ERRORCODE_05 - Static variable in class com.metratec.lib.connection.ICommConnection
-
for individual use
- USR - com.metratec.lib.rfidreader.uhf.UHFReader.MEMBANK
-
The optional user memory some tags have
V
- valueOf(String) - Static method in enum com.metratec.lib.rfidreader.iso.ISOReader.MODE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metratec.lib.rfidreader.iso.ISOReader.SRI
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metratec.lib.rfidreader.ReaderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metratec.lib.rfidreader.uhf.UHFReader.MEMBANK
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metratec.lib.rfidreader.uhf.UHFReader.READER_MODE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metratec.lib.rfidreader.UHFProfileParameter.UHFReaderType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.metratec.lib.rfidreader.iso.ISOReader.MODE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metratec.lib.rfidreader.iso.ISOReader.SRI
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metratec.lib.rfidreader.ReaderType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metratec.lib.rfidreader.uhf.UHFReader.MEMBANK
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metratec.lib.rfidreader.uhf.UHFReader.PROFILE_PARAMETER
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metratec.lib.rfidreader.uhf.UHFReader.READER_MODE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metratec.lib.rfidreader.UHFProfileParameter.UHFReaderType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- wakeUp() - Method in class com.metratec.lib.rfidreader.StandardReader
-
Ends the power saving mode
- WBR - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
wrong baudrate
- WDL - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Wrong Data Length
- WFR - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
wrong minimal Firmware revision
- WPA - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Wrong Parameter
- WRONG_PARAMETER - Static variable in class com.metratec.lib.connection.ICommConnection
-
wrong parameter
- WRT - Static variable in class com.metratec.lib.rfidreader.RFIDErrorCodes
-
Wrong Reader type
All Classes All Packages