- 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
- 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
- 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
- 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
-
- app_name - Static variable in class com.uk.tsl.rfid.asciiprotocol.R.string
-
- AppBaseTheme - Static variable in class com.uk.tsl.rfid.asciiprotocol.R.style
-
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
- 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
- APPLICATION_ID - Static variable in class com.uk.tsl.rfid.asciiprotocol.BuildConfig
-
- AppTheme - Static variable in class com.uk.tsl.rfid.asciiprotocol.R.style
-
All customizations that are NOT specific to a particular API-level can go here.
- 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:
connection and disconnection from any TSL Reader connected via bluetooth
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
- AsciiCommander.ConnectionState - Enum in com.uk.tsl.rfid.asciiprotocol
-
The connection states for AsciiCommander
- 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
- attr() - Constructor for class com.uk.tsl.rfid.asciiprotocol.R.attr
-
- AUTO - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.ImpinjBlockWriteMode
-
The instance of Auto