Uses of Class
com.metratec.lib.connection.CommConnectionException
-
-
Uses of CommConnectionException in com.metratec.lib.connection
Methods in com.metratec.lib.connection that throw CommConnectionException Modifier and Type Method Description void
AbstractTcpConnection. connect()
void
FileConnection. connect()
This method opens a connection.abstract void
ICommConnection. connect()
This method opens a connection.void
MpsLegacyTunnelConnection. connect()
void
MpsTunnelConnection. connect()
void
PrinterConnection. connect()
void
Rs232Connection. connect()
void
UsbConnection. connect()
int
AbstractTcpConnection. dataAvailable()
int
FileConnection. dataAvailable()
abstract int
ICommConnection. dataAvailable()
int
MpsTunnelConnection. dataAvailable()
int
PrinterConnection. dataAvailable()
int
Rs232Connection. dataAvailable()
int
UsbConnection. dataAvailable()
void
AbstractTcpConnection. disconnect()
void
FileConnection. disconnect()
abstract void
ICommConnection. disconnect()
Closes the communication interfacevoid
MpsLegacyTunnelConnection. disconnect()
void
MpsTunnelConnection. disconnect()
void
PrinterConnection. disconnect()
void
Rs232Connection. disconnect()
void
UsbConnection. disconnect()
static java.lang.String[]
Rs232Connection. getSerialPorts()
get the available Serial Portsstatic java.util.ArrayList<jd2xx.JD2XX.DeviceInfo>
UsbConnection. getUSBDevices()
static java.util.LinkedList<java.lang.String>
UsbConnection. getUSBDevicesList()
boolean
AbstractTcpConnection. isAlive(int time)
Test if the Ethernet Device is reachable.static boolean
AbstractTcpConnection. isAlive(java.lang.String ipAdress, int time)
Test if a Ethernet Device is reachable.java.lang.StringBuilder
ICommConnection. receive(int... terminators)
Receives data from the connected device until one of the terminator signs is found.java.lang.StringBuilder
MpsTunnelConnection. receive(int... terminators)
java.lang.StringBuilder
PrinterConnection. receive(int... terminators)
java.lang.StringBuilder
Rs232Connection. receive(int... terminators)
java.lang.StringBuilder
SslTcpConnection. receive(int... terminators)
java.lang.StringBuilder
TcpConnection. receive(int... terminators)
java.lang.StringBuilder
UsbConnection. receive(int... terminators)
int
AbstractTcpConnection. recv()
int
FileConnection. recv()
abstract int
ICommConnection. recv()
Receives a single byte.void
ICommConnection. recv(byte[] b)
Receive bytes until buffer is filled or timeout occurrs.void
ICommConnection. recv(byte[] b, int off, int len)
Receives until buffer is filled or timeout occurrs.java.lang.String
ICommConnection. recv(int... terminators)
Receives data from the connected device until one of the terminator signs is found.int
MpsTunnelConnection. recv()
void
MpsTunnelConnection. recv(byte[] b, int off, int len)
int
PrinterConnection. recv()
Receives one character from the device.void
PrinterConnection. recv(byte[] b, int off, int len)
int
Rs232Connection. recv()
void
Rs232Connection. recv(byte[] b, int off, int len)
void
SslTcpConnection. recv(byte[] b, int off, int len)
void
TcpConnection. recv(byte[] b, int off, int len)
int
UsbConnection. recv()
void
UsbConnection. recv(byte[] b, int off, int len)
void
AbstractTcpConnection. send(byte[] senddata)
void
FileConnection. send(byte[] senddata)
abstract void
ICommConnection. send(byte[] senddata)
Sends data to the connected devicevoid
ICommConnection. send(java.lang.String senddata)
Sends data to the connected devicevoid
MpsLegacyTunnelConnection. send(byte[] senddata)
void
MpsTunnelConnection. send(byte[] senddata)
void
PrinterConnection. send(byte[] senddata)
Sends data to the connected device.void
Rs232Connection. send(byte[] senddata)
void
SslTcpConnection. send(java.lang.String senddata)
void
TcpConnection. send(java.lang.String senddata)
void
UsbConnection. send(byte[] senddata)
void
AbstractTcpConnection. setRecvTimeout(int timeout)
abstract void
ICommConnection. setRecvTimeout(int timeout)
set the receive timeout for read data, if the timeout expires an CommConnectionException is raised with errorcode RECV_TIMEOUT, the connection is still validvoid
MpsTunnelConnection. setRecvTimeout(int timeout)
void
PrinterConnection. setRecvTimeout(int timeout)
void
Rs232Connection. setRecvTimeout(int timeout)
void
UsbConnection. setRecvTimeout(int timeout)
void
UsbConnection. setSendTimeout(int timeout)
Set the send timeoutConstructors in com.metratec.lib.connection that throw CommConnectionException Constructor Description AbstractTcpConnection(java.net.Socket socket)
AbstractTcpConnection(java.net.Socket socket, boolean isServerConnection)
SslTcpConnection(javax.net.ssl.SSLSocket socket)
SslTcpConnection(javax.net.ssl.SSLSocket socket, boolean isServerConnection)
TcpConnection(java.net.Socket socket)
TcpConnection(java.net.Socket socket, boolean isServerConnection)
-
Uses of CommConnectionException in com.metratec.lib.connection.server
Methods in com.metratec.lib.connection.server that throw CommConnectionException Modifier and Type Method Description void
AbstractSocketServer. start(int serverPort, int backlog, java.net.InetAddress bindAddr, ClientConnectionListener listener)
Start the waiting for new client to connectvoid
AbstractSocketServer. start(int serverPort, ClientConnectionListener listener)
Start the waiting for new client to connect -
Uses of CommConnectionException in com.metratec.lib.rfidreader
Methods in com.metratec.lib.rfidreader that throw CommConnectionException Modifier and Type Method Description void
MetratecReaderGen2. checkAntennas()
Check the antennavoid
MetratecReader. connect()
Deprecated.useMetratecReader.startAndWait()
insteadvoid
MetratecReader. connect(long timeout)
Deprecated.useMetratecReader.startAndWait(long timeout)
insteadstatic MetratecReader<?>
ReaderFactory. connectReader(java.lang.String identifier, ICommConnection connection)
static MetratecReader<?>
ReaderFactory. connectReader(java.lang.String identifier, ICommConnection connection, RfidReaderEventListener listener)
void
MetratecReader. disconnect()
Deprecated.useMetratecReader.stop()
method insteadvoid
MetratecReaderGen2. enableInputEvents(boolean enable)
enable or disable the input eventsint
MetratecReaderGen2. getAntennaPort()
abstract java.lang.String
MetratecReader. getFirmwareRevision()
get the Firmware Revisionjava.lang.String
MetratecReaderGen1. getFirmwareRevision()
java.lang.String
MetratecReaderGen2. getFirmwareRevision()
abstract java.lang.String
MetratecReader. getHardwareRevision()
Gets the hardware revisionjava.lang.String
MetratecReaderGen1. getHardwareRevision()
java.lang.String
MetratecReaderGen2. getHardwareRevision()
abstract boolean
MetratecReader. getInput(int pin)
Reads the current state of an input pinboolean
MetratecReaderGen1. getInput(int pin)
boolean
MetratecReaderGen2. getInput(int pin)
abstract java.util.List<T>
MetratecReader. getInventory()
Looks for all tags in range of the reader and get all tags backjava.util.List<T>
MetratecReaderGen2. getInventory()
java.util.List<T>
MetratecReaderGen2. getInventoryMultiplex()
Iterate over the configured multiplex antennas and get all tags backjava.util.List<T>
MetratecReaderGen2. getInventoryMultiplex(boolean throwAntennaErrors)
Iterate over the configured multiplex antennas and get all tags backjava.util.List<java.lang.Integer>
MetratecReaderGen2. getMultiplexAntennas()
Returns the number of antennas to be switched throughboolean
MetratecReaderGen2. getOutput(int pin)
Gets the current output pin stateabstract ReaderType
MetratecReader. getReaderType()
Parse the Firmware Name and return theReaderType
ReaderType
MetratecReaderGen1. getReaderType()
ReaderType
MetratecReaderGen2. getReaderType()
java.lang.String
MetratecReaderGen1. getRevision()
Gets the firmware revisionjava.lang.String[]
MetratecReaderGen2. getRevision()
Gets the firmware revisionabstract java.lang.String
MetratecReader. getSerialNumber()
Gets the serial numberjava.lang.String
MetratecReaderGen1. getSerialNumber()
java.lang.String
MetratecReaderGen2. getSerialNumber()
void
MetratecReaderGen1. ping()
test if the reader is alivevoid
MetratecReaderGen2. ping()
test if the reader is alivevoid
MetratecReaderGen1. reset()
Reset the readervoid
MetratecReaderGen2. reset()
Reset the readerabstract void
MetratecReaderGen1. scanInventory()
Looks for all tags in range of the reader and call events with founded tags.void
MetratecReaderGen1. scanInventory(long tagKeepTime)
Looks for all tags in range of the reader and call events with founded tags.abstract void
MetratecReader. setAntennaPort(int port)
Set the antenna port.void
MetratecReaderGen2. setAntennaPort(int port)
abstract void
MetratecReader. setMultiplexAntennas(int numberOfAntennas)
In case you want to automatically switch between multiple antennas (e.g.void
MetratecReaderGen2. setMultiplexAntennas(int antennas)
void
MetratecReaderGen2. setMultiplexAntennas(java.util.List<java.lang.Integer> sequence)
In case you want to automatically switch between multiple antennas (e.g.abstract void
MetratecReader. setOutput(int pin, boolean state)
Sets the state of an output pinvoid
MetratecReaderGen1. setOutput(int pin, boolean state)
void
MetratecReaderGen2. setOutput(int pin, boolean state)
Sets the state of an output pinabstract void
MetratecReaderGen1. setPower(int power)
void
MetratecReaderGen1. standby()
Sets the reader in a power saving modevoid
MetratecReaderGen2. standby()
Sets the reader in a power saving modevoid
MetratecReader. startAndWait()
start the reader but also wait until the reader is connected and initializedvoid
MetratecReader. startAndWait(long timeout)
connect the reader and wait until the reader is connectedvoid
MetratecReader. startInventory()
Looks for all tags in range of the reader and call events with founded tags.abstract void
MetratecReader. startInventory(long tagLostTime)
Looks for all tags in range of the reader and call events with founded tags.void
MetratecReaderGen1. startInventory(long tagLostTime)
void
MetratecReaderGen2. startInventory(long tagLostTime)
void
MetratecReaderGen2. startInventoryReport(long tagLostTime)
Looks for all tags in range of the reader and call events with founded tags.void
MetratecReader. stop()
stop the readervoid
MetratecReaderGen1. stop()
void
MetratecReaderGen2. stop()
abstract java.util.List<T>
MetratecReader. stopInventory()
Stops the current continues inventoryjava.util.List<T>
MetratecReaderGen1. stopInventory()
java.util.List<T>
MetratecReaderGen2. stopInventory()
java.util.List<T>
MetratecReaderGen2. stopInventoryReport()
Stops the current continues inventoryvoid
MetratecReaderGen1. wakeUp()
Ends the power saving modevoid
MetratecReaderGen2. wakeUp()
Ends the power saving mode -
Uses of CommConnectionException in com.metratec.lib.rfidreader.iso
Methods in com.metratec.lib.rfidreader.iso that throw CommConnectionException Modifier and Type Method Description void
ISOReader. close()
Deprecated.java.util.List<HfTag>
ISOReader. getInventory()
looks for all tags in range of the reader and get the Tag IDs of all tags as a number of strings backjava.util.List<HfTag>
ISOReader. getInventorySingleSlot()
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 backjava.util.List<HfTag>
ISOReader. getInventoryUnique()
looks for all new tags in range of the reader and get the Tag IDs of all tags as a number of strings backjava.util.List<HfTag>
ISOReader. getInventoryUniqueSingleSlot()
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 backQuasarLRNoiseMeasure
QuasarLR. getNoiseMeasure()
QuasarLRStatus
QuasarLR. getStatus()
HfTag
ISOReader. getTagData(int blockNumber)
get the data which is stored in the block numberHfTag
ISOReader. getTagData(int firstBlock, int numberOfFollowingBlocks, java.lang.String tagID)
gets the data which is stored in the tag, get the data from first block and the following blocks.HfTag
ISOReader. getTagData(int blockNumber, java.lang.String tagID)
get the data from the Tag with tagID which is stored in the block numberHFTagInformation
ISOReader. getTagSystemInformation(java.lang.String tagID)
Gets the tag system informationvoid
ISOReader. lockTagAFI(java.lang.String tagID)
Locks the AFI value of the specified tagvoid
ISOReader. lockTagDSFID(java.lang.String tagID)
Locks the DSFID (data storage format identifier) of the specified tagvoid
ISOReader. scanInventory()
void
ISOReader. scanInventory(boolean ssl, boolean ont)
Looks for all tags in range of the reader and call events with founded tags.java.lang.String
ISOReader. sendDirectReadingRequest(java.lang.String tagCommand)
Send a reading request directly to tags (DRQ).void
ISOReader. sendDirectWritingRequest(java.lang.String tagCommand)
Send a writing request directly to tags (DWQ).java.lang.String
ISOReader. sendReadingRequest(java.lang.String tagCommand)
Send a reading request to tags (REQ).void
ISOReader. sendWritingRequest(java.lang.String tagCommand)
Send a writing request to tags (WRQ).void
DeskID_ISO. setAntennaPort(int port)
void
ISOReader. setAntennaPort(int port)
void
QuasarLR. setAntennaPort(int port)
void
ISOReader. setMode(ISOReader.MODE mode)
Sets the reader modevoid
ISOReader. setMultiplexAntennas(int numberOfAntennas)
In case you want to automatically switch between multiple antennas (e.g.void
DeskID_ISO. setPower(int value)
The second generation ISO 15693 devices with hardware revision >= 02.00 allow setting power values of 100 or 200 (mW).void
Dwarf15. setPower(int value)
The second generation ISO 15693 devices with hardware revision >= 02.00 allow setting power values of 100 or 200 (mW).void
ISOReader. setPower(int value)
The reader allows different output power levels to match antenna size, tag size or tag position.void
QR15. setPower(int value)
The second generation ISO 15693 devices with hardware revision >= 02.00 allow setting power values of 100 or 200 (mW).void
QuasarLR. setPower(int value)
The QuasarLR allows different output power levels to match antenna size, tag size or tag position.void
QuasarMX. setPower(int value)
The second generation ISO 15693 devices with hardware revision >= 02.00 allow setting power values of 100 or 200 (mW).void
ISOReader. setSRI(ISOReader.SRI sri)
Set RF Interfacevoid
ISOReader. setTagAFI(java.lang.String tagID, int afi)
Sets the AFI value of the specified tagHfTag
ISOReader. setTagData(int blockNumber, java.lang.String data)
Writes Data to the tagHfTag
ISOReader. setTagData(int blockNumber, java.lang.String data, boolean optionFlag)
Writes Data to the tagHfTag
ISOReader. setTagData(int blockNumber, java.lang.String data, java.lang.String tagID)
Writes Data to the specified TagHfTag
ISOReader. setTagData(int blockNumber, java.lang.String data, java.lang.String tagID, boolean optionFlag)
Writes Data to the specified Tagvoid
ISOReader. setTagDSFID(java.lang.String tagID, int dsfid)
Sets the DSFID (data storage format identifier) value of the specified tagvoid
ISOReader. setTagQuiet(java.lang.String tagID)
Sends stay quiet command to the tag.java.util.List<HfTag>
ISOReader. stopInventory()
-
Uses of CommConnectionException in com.metratec.lib.rfidreader.mf
Methods in com.metratec.lib.rfidreader.mf that throw CommConnectionException Modifier and Type Method Description void
MFReader. authenticatedSector(int sector)
authenticate a Mifare sectorvoid
MFReader. authenticatedSector(int sector, java.lang.String key, java.lang.String type)
authenticate a MiFare sectorvoid
MFReader. close()
Deprecated.void
MFReader. disableRF()
Disbale the RF Fieldvoid
MFReader. enableRF()
Enable the RF Fieldjava.util.List<MfTag>
MFReader. getInventory()
returns all UIDs from ISO/IEC 14443-1 to 3 compatible transponders, which are in the read range of the reader.java.util.List<MfTag>
MFReader. getInventoryOnlyNewTags()
returns all UIDs from ISO/IEC 14443-1 to 3 compatible transponders, which are new in the read range of the reader.java.lang.String
MFReader. getTagData(int blockNumber)
Reads data from a tagjava.lang.String
MFReader. getTagData(int firstBlock, int numberOfFollowingBlocks)
Reads data from the given tagjava.lang.String
MFReader. getTagData(int firstBlock, int numberOfFollowingBlocks, java.lang.String TagID)
Reads data from the given tag and authenticated automaticallyjava.lang.String
MFReader. getTagData(int blockNumber, java.lang.String TagID)
Reads data from the given tag and authenticated automaticallyvoid
MFReader. scanInventory()
void
MFReader. scanInventory(boolean onlyNewTags)
Looks for all tags in range of the reader and call events with founded tags.int
MFReader. selectCard(java.lang.String cardUID)
select a specific transpondervoid
MFReader. setAntennaPort(int port)
void
MFReader. setKeyToUse(java.lang.String type, java.lang.String key)
set the key to use for authenticationvoid
MFReader. setMultiplexAntennas(int numberOfAntennas)
void
MFReader. setPower(int power)
void
MFReader. setTagData(int blocknumber, java.lang.String data, java.lang.String TagID)
Write Data to the Tagjava.util.List<MfTag>
MFReader. stopInventory()
-
Uses of CommConnectionException in com.metratec.lib.rfidreader.uhf
Methods in com.metratec.lib.rfidreader.uhf that throw CommConnectionException Modifier and Type Method Description void
UHFReader. addEPC(boolean state)
By setting this parameter the user activates the EPC-ADD mode.void
UHFReader. addTRS(boolean state)
Sometimes you want to know the received signal strength when communicating with a transponder.java.util.List<UhfTagAuth>
UHFReaderGen2. callImpinjAuthenticationService()
This command tags to an Impinj M775 tag using the proprietary authentication command.java.util.List<UhfTag>
UHFReaderGen2. changeKillPassword(java.lang.String oldPassword, java.lang.String newPassword)
Change/Set the kill passwordjava.util.List<UhfTag>
UHFReaderGen2. changeKillPassword(java.lang.String oldPassword, java.lang.String newPassword, java.lang.String epcMask)
Change/Set the kill passwordjava.util.List<UhfTag>
UHFReaderGen2. changeLockPassword(java.lang.String oldPassword, java.lang.String newPassword)
Change/Set the lock passwordjava.util.List<UhfTag>
UHFReaderGen2. changeLockPassword(java.lang.String oldPassword, java.lang.String newPassword, java.lang.String epcMask)
Change/Set the lock passwordvoid
UHFReader. close()
Deprecated.java.util.List<UhfTag>
UHFReader. directCommand(java.lang.String data, boolean isSingleSlot, boolean withHandle, boolean withCRC)
The direct command is used to access tags with optional or manufacturer specific commands.java.util.List<UhfTag>
UHFReader. directCommand(java.lang.String data, int bitLengthData, boolean isSingleSlot, boolean withHandle, boolean withCRC)
The direct command is used to access tags with optional or manufacturer specific commands.java.util.List<UhfTag>
UHFReader. directCommand(java.lang.String data1, int bitLengthData1, java.lang.String data2, int bitLengthData2, boolean isSingleSlot, boolean withHandle, boolean withCRC)
The direct command is used to access tags with optional or manufacturer specific commands.void
UHFReader. disableAccessPassword()
Disable the access passwordvoid
UHFReader. disableExecuteCommandsOnInput(int pin)
Disable the execute commands on input pinvoid
UHFReader. disableHighOnTag()
Disable the high pin on tag modevoid
UHFReader. disableStartUpCommands()
Disable the start up commandsvoid
DwarfG2Mini. enableAdditionalTRS(boolean state)
void
UHFReader. enableAdditionalTRS(boolean state)
Sometimes you want to know the received signal strength when communicating with a transponder.void
UHFReader. enableExecuteCommandsOnInput(int pin)
Enable the execute commands on input pinvoid
UHFReader. enableHighOnTag(int highTimeMS, int lowTimeMS)
This method is only usable on DwarfG2, DwarfG2_XR and PulsarMX (a DeskID has no IOs).void
UHFReader. enableStartUpCommands()
Enable the start up commandsjava.lang.String
UHFReaderGen2. executeCommand(java.lang.String command, java.lang.Object... parameters)
Send a custom commandint
DwarfG2Mini. getAntennaPort()
int
UHFReader. getAntennaPort()
Set the antenna port.int
PulsarLR. getAntennaPower(int antenna)
Gets the current antenna powerCustomImpinjSettings
UHFReaderGen2. getCustomImpinjSettings()
Returns the current custom impinj settingsjava.lang.String[]
UHFReader. getExecuteCommandsOnInput(int pin)
Get the configured commands on inputjava.lang.Object
UHFReader. getHardwareCommunicationParameter(UHFReader.PROFILE_PARAMETER parameter)
Deprecated.HighOnTagSettings
PulsarLR. getHighOnTag()
Gets the current high on tag feature settingjava.util.List<UhfTag>
UHFReader. getInventory()
Looks for all tags in range of the reader and get the EPCs of all tags as a number of strings backjava.util.List<UhfTag>
UHFReader. getInventory(boolean singSlot, boolean onlyNewTag, boolean secure)
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.java.util.List<UhfTag>
UHFReaderGen2. getInventoryReport(java.lang.Integer duration)
int
UHFReader. getInventoryRetry()
Gets the number of retries in tag searching algorithm.UHFInventorySetting
UHFReaderGen2. getInventorySettings()
java.util.List<UhfTag>
UHFReader. getInventorySingleSlot()
Looks for all tags in range of the reader with single slot and get the EPCs of all tags as a number of strings backint
PulsarLR. getMultiplexer(int antennaPort)
Get the connected multiplexer (connected antennas per antenna port)int
UHFReader. getPower()
UHFProfileParameter
UHFReader. getProfileParameter()
Gets the profile parameter from the readerjava.lang.Object
UHFReader. getProfilParameter(UHFReader.PROFILE_PARAMETER parameter)
Gets the specific profile parameterint
UHFReader. getQValue()
The Q-Value indicates the starting number of Slots for the tag searching used in every tag command.UHFReaderGen2.REGION
UHFReaderGen2. getRegion()
java.lang.String
UHFReaderGen2. getRfMode()
Returns the current rf mode.java.lang.String
UHFReaderGen2. getSession()
Returns the current selected session.java.lang.String[]
UHFReader. getStartUpCommands()
Get the configured start up commandsjava.util.List<UhfTag>
UHFReader. getTagData(UHFReader.MEMBANK membank, int startAddress, int words)
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.java.util.List<UhfTag>
UHFReader. getTagData(UHFReader.MEMBANK membank, int startAddress, int words, boolean ssl)
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.java.util.List<UhfTag>
UHFReaderGen2. getTagData(int startAddress, int length)
Reads the data from the tags.java.util.List<UhfTag>
UHFReaderGen2. getTagData(int startAddress, int length, java.lang.String epcMask)
Reads the data from the tags.java.util.List<UhfTag>
UHFReaderGen2. getTagData(UHFReaderGen2.MEMBANK membank, int startAddress, int length, java.lang.String epcMask)
Reads a memory from the tags.UHFTagSizeSetting
UHFReaderGen2. getTagSize()
java.util.List<UhfTag>
UHFReader. getTagTIDs()
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.java.util.List<UhfTag>
UHFReader. getTagTIDs(int length)
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.java.util.List<UhfTag>
UHFReaderGen2. getTagTIDs()
Reads the TID from the tag.java.util.List<UhfTag>
UHFReaderGen2. getTagTIDs(int length, java.lang.String epcMask)
Reads the TID from the tag with a predefined length.java.util.List<UhfTag>
UHFReader. killTag(boolean isSingleSlot)
The Kill Command can be used to disable UHF Gen2 Tags forever.java.util.List<UhfTag>
UHFReaderGen2. killTag(java.lang.String password)
Kill tagsjava.util.List<UhfTag>
UHFReaderGen2. killTag(java.lang.String password, java.lang.String epcMask)
Kill tagsvoid
UHFReader. loadAccessPassword(int slotNumber)
Loads an access passwordvoid
UHFReader. loadKillPassword(int slotNumber)
Loads a kill passwordjava.util.List<UhfTag>
UHFReader. lockTag(UHFReader.MEMBANK membank, int mode, boolean ssl)
Used to set the access rights of the different data blocks, including the access password itself and the kill password.java.util.List<UhfTag>
UHFReaderGen2. lockTag(UHFReaderGen2.MEMBANK membank, java.lang.String password, java.lang.String epcMask)
Lock a tag memoryjava.util.List<UhfTag>
UHFReaderGen2. lockTagData(java.lang.String password)
Lock a tag datajava.util.List<UhfTag>
UHFReaderGen2. lockTagData(java.lang.String password, java.lang.String epcMask)
Lock a tag datajava.util.List<UhfTag>
UHFReaderGen2. lockTagEpc(java.lang.String password)
Lock a tag epcjava.util.List<UhfTag>
UHFReaderGen2. lockTagEpc(java.lang.String password, java.lang.String epcMask)
Lock a tag epcjava.util.List<UhfTag>
UHFReaderGen2. lockTagEpcPermament(java.lang.String password)
Lock a tag epc permamentjava.util.List<UhfTag>
UHFReaderGen2. lockTagEpcPermament(java.lang.String password, java.lang.String epcMask)
Lock a tag epc permamentjava.util.List<UhfTag>
UHFReaderGen2. lockTagMemoryPermament(java.lang.String password)
Lock a tag user data permamentjava.util.List<UhfTag>
UHFReaderGen2. lockTagMemoryPermament(java.lang.String password, java.lang.String epcMask)
Lock a tag user data permamentjava.util.List<UhfTag>
UHFReaderGen2. lockTagPermament(UHFReaderGen2.MEMBANK membank, java.lang.String password)
Lock a tag memory permamentjava.util.List<UhfTag>
UHFReaderGen2. lockTagPermament(UHFReaderGen2.MEMBANK membank, java.lang.String password, java.lang.String epcMask)
Lock a tag memory permamentjava.lang.String
UHFReader. readReflectedPower()
Read the reflected power value from the reader front-endvoid
UHFReaderGen2. resetBitmask()
Resets the reader bitmaskvoid
UHFReader. resetMask()
Disable the mask usingvoid
UHFReaderGen2. resetMask()
Resets the reader maskvoid
UHFReader. resetRFInterface(int milliseconds)
Timer controlled RF field reset.void
UHFReader. saveAccessPassword(java.lang.String password, int slotNumber)
Saves an access passwordvoid
UHFReader. saveKillPassword(java.lang.String password, int slotNumber)
Saves the kill passwordvoid
UHFReader. scanInventory()
Looks for all tags in range of the reader and call events with founded tags.void
UHFReader. scanInventory(boolean singSlot, boolean onlyNewTag, boolean secure)
Looks for all tags in range of the reader and call events with founded tags.void
UHFReader. scanTagData(UHFReader.MEMBANK membank, int startAddress, int words, boolean ssl)
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.void
UHFReader. setAccessPassword(java.lang.String password)
Sets the access passwordvoid
DeskID_UHF. setAntennaPort(int port)
void
UHFReader. setAntennaPort(int port)
void
PulsarLR. setAntennaPower(int antenna, int power)
Sets the antenna powervoid
UHFReaderGen2. setBitmask(UHFReaderGen2.MEMBANK membank, int startAddress, java.lang.String mask)
Set a reader maskvoid
UHFReader. setCommunicationChannel(int channel)
Set the etsi channel.void
UHFReaderGen2. setCustomImpinjSettings(CustomImpinjSettings settings)
The RFID tag IC manufacturer Impinj has added two custom features to its tag ICs that are not compatible with tag ICs from other manufacturers.void
UHFReaderGen2. setEpcMask(java.lang.String mask)
Set a reader epc maskvoid
UHFReader. setEPCMask(java.lang.String mask)
Set a EPC maskvoid
UHFReader. setExecuteCommandsOnInput(int pin, java.lang.String... commands)
This method is only usable on DwarfG2 and PulsarMX (a DeskID has no IOs).void
UHFReader. setGlobalTimeOut(int milliseconds)
Any tag command (INV, RDT etc.) starts a global timeout.void
PulsarLR. setHighOnTag(HighOnTagSettings settings)
Enable the "high on tag" feature which triggers the selected output to go to the "high" state, when a tag is found.void
UHFReader. setInventoryRetry(int value)
Sets the number of retries in tag searching algorithm.void
UHFReaderGen2. setInventorySettings(UHFInventorySetting settings)
Set the uhf inventory settingsvoid
UHFReader. setKillPassword(java.lang.String password)
Sets the kill passwordvoid
UHFReader. setMask(UHFReader.MEMBANK membank, java.lang.String hexMaskValue)
Most tags manipulation instruction can be limited to a population of tags with certain data values, e.g.void
UHFReader. setMask(UHFReader.MEMBANK membank, java.lang.String hexMaskValue, int start)
Most tags manipulation instruction can be limited to a population of tags with certain data values, e.g.void
UHFReader. setMask(UHFReader.MEMBANK membank, java.lang.String hexMaskValue, int start, int bitLength)
Most tags manipulation instruction can be limited to a population of tags with certain data values, e.g.void
UHFReaderGen2. setMask(UHFReaderGen2.MEMBANK membank, int startAddress, java.lang.String mask)
Set a reader maskvoid
UHFReader. setMode(UHFReader.READER_MODE mode)
Set the reader mode.void
DeskID_UHF. setMultiplexAntennas(int numberOfAntennas)
void
UHFReader. setMultiplexAntennas(int numberOfAntennas)
In case you want to automatically switch between multiple antennas (e.g.void
PulsarLR. setMultiplexer(int antennaPort, int multiplexer)
Sets the connected multiplexer (connected antennas per antenna port)void
UHFReader. setNoMask()
Disable the mask usingvoid
UHFReader. setPower(int power)
void
UHFReader. setProfileParameter(UHFReader.PROFILE_PARAMETER parameter, java.lang.Object value)
Sets the given parametervoid
UHFReader. setQValue(int value)
The Q-Value indicates the starting number of Slots for the tag searching used in every tag command.void
UHFReaderGen2. setRegion(UHFReaderGen2.REGION region)
Sets the uhf regionvoid
UHFReader. setRFInterface(boolean state)
Enable or disable the RF Fieldvoid
UHFReaderGen2. setRfMode(java.lang.String modeId)
Configure the internal RF communication settings between tag and reader.void
UHFReader. setSavePowerMode(boolean state)
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.void
UHFReaderGen2. setSession(java.lang.String sessionId)
Manually select the session according to the EPC Gen 2 Protocol to use during inventory scan.void
UHFReader. setStartUpCommands(java.lang.String... commands)
Sets a number of start up commands.java.util.List<UhfTag>
UHFReader. setTagData(UHFReader.MEMBANK membank, java.lang.String hexData, int startAddress)
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.java.util.List<UhfTag>
UHFReader. setTagData(UHFReader.MEMBANK membank, java.lang.String hexData, int startAddress, boolean ssl)
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.java.util.List<UhfTag>
UHFReaderGen2. setTagData(int startAddress, java.lang.String data)
Set the tag datajava.util.List<UhfTag>
UHFReaderGen2. setTagData(int startAddress, java.lang.String data, java.lang.String epcMask)
Set the tag datajava.util.List<UhfTag>
UHFReaderGen2. setTagData(UHFReaderGen2.MEMBANK membank, int startAddress, java.lang.String data, java.lang.String epcMask)
Write a memory from the tags.java.util.List<UhfTag>
UHFReaderGen2. setTagEpc(int startAddress, java.lang.String epc)
Set the tag epcjava.util.List<UhfTag>
UHFReaderGen2. setTagEpc(java.lang.String tid, int startAddress, java.lang.String epc)
Set the tag epcjava.util.List<UhfTag>
UHFReader. setTagEPC(java.lang.String newEPC)
Sets a new EPC for the tag in the fieldjava.util.List<UhfTag>
UHFReader. setTagEPC(java.lang.String newEPC, java.lang.String tid)
Sets a new epc for a tag, tid is neededvoid
UHFReaderGen2. setTagSize(UHFTagSizeSetting setting)
Set the tag sizejava.util.List<UhfTag>
UHFReader. stopInventory()
java.util.List<UhfTag>
UHFReaderGen2. unlockTag(UHFReaderGen2.MEMBANK membank, java.lang.String password)
Unlock a tag memoryjava.util.List<UhfTag>
UHFReaderGen2. unlockTag(UHFReaderGen2.MEMBANK membank, java.lang.String password, java.lang.String epcMask)
Unlock a tag memoryjava.util.List<UhfTag>
UHFReaderGen2. unlockTagData(java.lang.String password)
Unlock a tag datajava.util.List<UhfTag>
UHFReaderGen2. unlockTagData(java.lang.String password, java.lang.String epcMask)
Unlock a tag datajava.util.List<UhfTag>
UHFReaderGen2. unlockTagEpc(java.lang.String password)
Unlock a tag epcjava.util.List<UhfTag>
UHFReaderGen2. unlockTagEpc(java.lang.String password, java.lang.String epcMask)
Unlock a tag epc
-