Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Y Z 

A

AbortCommand - Class in com.uk.tsl.rfid.asciiprotocol.commands
A command to terminate the current command and any pending commands.
AbortCommand() - Constructor for class com.uk.tsl.rfid.asciiprotocol.commands.AbortCommand
Initializes a new instance of the AbortCommand class with the specified responder
abortSynchronousCommand() - Method in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
Terminates the currently running synchronous command
ACCESS_CONTROL_WORD - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.QtMode
The instance of Access Control Word
ACCESS_ERROR - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.TransponderAccessErrorCode
The instance of Access eror
ACCESS_PRIVATE_MEMORY - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.QtMode
The instance of Access Private Memory
ACCESS_PRIVATE_MEMORY_SHORT_RANGE - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.QtMode
The instance of Access Private Memory Short Range
add(ISymbologySetting) - Method in class com.uk.tsl.barcodeconfiguration.SymbologyBase
Adds a setting to the collection
add(T) - Method in class com.uk.tsl.rfid.asciiprotocol.device.ObservableList
Add a T to the list
add(Reader) - Method in class com.uk.tsl.rfid.asciiprotocol.device.ObservableReaderList
Add a reader to the list
addedEvent() - Method in class com.uk.tsl.rfid.asciiprotocol.device.ObservableList
A T was added - arg1 will hold the T concerned This event does not fire when the entire list is changed
addObserver(Observable.Observer<? super T>) - Method in class com.uk.tsl.utils.Observable
 
addResponder(IAsciiCommandResponder) - Method in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
Add a responder to the responder chain
addResponder(IAsciiCommandResponder) - Method in interface com.uk.tsl.rfid.asciiprotocol.commands.IAsciiCommandExecuting
Add a responder to the responder chain
addSynchronousResponder() - Method in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
Add the synchronous responder into the chain
addSynchronousResponder() - Method in interface com.uk.tsl.rfid.asciiprotocol.commands.IAsciiCommandExecuting
Add the synchronous responder into the chain This is a special responder that despatches responses through a command’s synchronousCommandResponder property There will only ever be one of these in the command chain
AlertCommand - Class in com.uk.tsl.rfid.asciiprotocol.commands
A command to configure and query the reader's alert options.
AlertCommand() - Constructor for class com.uk.tsl.rfid.asciiprotocol.commands.AlertCommand
Initializes a new instance of the AlertCommand class
AlertDuration - Class in com.uk.tsl.rfid.asciiprotocol.enumerations
Defines the duration of an alert as set by the Alert command ".al"
ALL - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.QuerySelect
The instance of All
allowMultipleTransports() - Method in class com.uk.tsl.rfid.asciiprotocol.device.Reader
 
allowMultipleTransports() - Method in class com.uk.tsl.rfid.asciiprotocol.device.ReaderManager
 
ANTENNA_DEFAULT - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.SwitchAction
The instance of AntennaDefault Different antennas have different primary and secondary functions.
AntennaParameters - Class in com.uk.tsl.rfid.asciiprotocol.parameters
Helper class for implementing IAntennaParameters
AntennaParameters() - Constructor for class com.uk.tsl.rfid.asciiprotocol.parameters.AntennaParameters
 
appendToCommandLine(IAntennaParameters, StringBuilder) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.AntennaParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(ICommandParameters, StringBuilder) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.CommandParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(IDatabankParameters, StringBuilder) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.DatabankParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(IQAlgorithmParameters, StringBuilder) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.QAlgorithmParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(IQAlgorithmParameters, StringBuilder, boolean) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.QAlgorithmParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(IQueryParameters, StringBuilder) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.QueryParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(IResponseParameters, StringBuilder) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.ResponseParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(IResponseParameters, StringBuilder, boolean) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.ResponseParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(ISelectControlParameters, StringBuilder) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.SelectControlParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(ISelectMaskParameters, StringBuilder) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.SelectMaskParameters
Append the parameters from source that have been specified to the command line
appendToCommandLine(ITransponderParameters, StringBuilder) - Static method in class com.uk.tsl.rfid.asciiprotocol.parameters.TransponderParameters
Append the parameters from source that have been specified to the command line
appendToMessages(String) - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiResponseBase
Append the given string to the current Messages
appendToParameters(Iterable<String>) - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiResponseBase
Append the given strings to the current Parameters
appendToResponse(String) - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiResponseBase
Append the given string to the current Response
AsciiCommander - Class in com.uk.tsl.rfid.asciiprotocol
AsciiCommander provides methods to communicate with TSL devices that use the TSL ASCII 2.0 Protocol Instances of this class support: execution of an IAsciiCommand either synchronously or asynchronously management of the responder chain for data received from the TSL device Warning: Instances of AsciiCommander MUST be created on the UI thread
AsciiCommander(Context) - Constructor for class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
Initializes a new instance of the AsciiCommander class
AsciiCommandLibraryResponderBase - Class in com.uk.tsl.rfid.asciiprotocol.responders
Base class for library commands This is identical to the AsciiCommandResponderBase except, by default, it will only repond to commands containing LibraryCommandId
AsciiCommandLibraryResponderBase(String) - Constructor for class com.uk.tsl.rfid.asciiprotocol.responders.AsciiCommandLibraryResponderBase
Initializes a new instance of the AsciiCommandLibraryResponderBase class
AsciiCommandResponderBase - Class in com.uk.tsl.rfid.asciiprotocol.responders
Base implementation of IAsciiCommandResponder
AsciiCommandResponderBase() - Constructor for class com.uk.tsl.rfid.asciiprotocol.responders.AsciiCommandResponderBase
Initializes a new instance of the AsciiCommandResponderBase class to respond to all commands
AsciiCommandResponderBase(String) - Constructor for class com.uk.tsl.rfid.asciiprotocol.responders.AsciiCommandResponderBase
Initializes a new instance of the AsciiCommandResponderBase class to respond to a specific command
AsciiResponseBase - Class in com.uk.tsl.rfid.asciiprotocol.responders
Provides a base implementation of IAsciiResponse
AsciiResponseBase() - Constructor for class com.uk.tsl.rfid.asciiprotocol.responders.AsciiResponseBase
Initializes a new instance of the AsciiResponseBase class
AsciiSelfResponderCommandBase - Class in com.uk.tsl.rfid.asciiprotocol.responders
Base class for commands that receive their own reponses
AsciiSelfResponderCommandBase(String) - Constructor for class com.uk.tsl.rfid.asciiprotocol.responders.AsciiSelfResponderCommandBase
Initializes a new instance of the AsciiSelfResponderCommandBase class
ASSERT_SET_A_NOT_DEASSERT_SET_B - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.SelectAction
The instance of Assert Set A Not Deassert Set B
ASSERT_SET_A_NOT_NOTHING_NOTHING - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.SelectAction
The instance of Assert Set A Not Nothing Nothing
AudibleAlertMode - Class in com.uk.tsl.rfid.asciiprotocol.enumerations
 
AuthenticationChipState - Class in com.uk.tsl.rfid.asciiprotocol.enumerations
 
AUTO - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.ImpinjBlockWriteMode
The instance of Auto
AutorunCommand - Class in com.uk.tsl.rfid.asciiprotocol.commands
If supported by the reader, this command is used to read/write/delete/execute the AUTO.TXT file on the SD card, or the readers small, internal file.
AutorunCommand() - Constructor for class com.uk.tsl.rfid.asciiprotocol.commands.AutorunCommand
 
A B C D E F G H I K L M N O P Q R S T U V W Y Z 
Skip navigation links