- IAntennaParameters - Interface in com.uk.tsl.rfid.asciiprotocol.parameters
-
- IAP - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.ReconnectionMode
-
The instance of IAP
- IAsciiCommand - Interface in com.uk.tsl.rfid.asciiprotocol.commands
-
Defines an ASCII command that can be performed on any device supporting the TSL ASCII 2.0 Protocol
A TSLAsciiCommand can be executed using any object that implements the TSLAsciiCommandExecuting protocol.
- IAsciiCommandExecuting - Interface in com.uk.tsl.rfid.asciiprotocol.commands
-
Defines the responsibilities of classes that can execute and respond to a TSLAsciiCommand
Responses to an executed TSLAsciiCommand (see executeCommand:) are handled through a responder chain (see responderChain)
The responder chain is an ordered list of TSLAsciiCommandResponder that is traversed from the first responder added to the last.
- IAsciiCommandResponder - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
The interface for classes that handle responses from ASCII 2.0 commands
- IAsciiResponse - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
A response to as IAsciiCommand
- IAsciiTransport - Interface in com.uk.tsl.rfid.asciiprotocol.device
-
An interface for transports connected to TSL devices using the ASCII 2.0 protocol
- IBarcodeReceivedDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
- IBatteryLevelReceivedDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
- ICommandParameters - Interface in com.uk.tsl.rfid.asciiprotocol.parameters
-
- ICommandResponseLifecycleDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
- id() - Method in interface com.uk.tsl.rfid.asciiprotocol.device.IAsciiTransport
-
An identifier for the transport - this value tries to correspond to a reader in
a way that is consistent across app launches and tries, but is not guaranteed, to be unique.
- IDatabankParameters - Interface in com.uk.tsl.rfid.asciiprotocol.parameters
-
- IFileLineReceivedDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
The delegate interface to handle device file information received as CRLF delimited lines
- IHfLfTransponderReceivedDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders.hflf
-
- ILineReceivedDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
The delegate interface to handle received lines - e.g.
- ImpinjBlockWriteMode - Class in com.uk.tsl.rfid.asciiprotocol.enumerations
-
Allows the write mode to be set to single, block or not specified to leave the current value unchanged
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.AlertCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.AutorunCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BarcodeCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BatteryStatusCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BlockPermalockTransponderCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BluetoothCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.EchoCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.FactoryDefaultsCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.FindTagCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.hflf.InventoryTagCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.InventoryCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.KillCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.LicenceKeyCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.LockCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.MountCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ReadLogFileCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SerialHidCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ShowRegionCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SleepCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SleepTimeoutCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchActionCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchPressCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TransponderMemoryCommandBase
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TransponderSelectCommand
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsReadParameters() - Method in interface com.uk.tsl.rfid.asciiprotocol.parameters.ICommandParameters
-
Gets a value indicating whether the implementing command uses the ReadParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.AlertCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.AutorunCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BarcodeCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BatteryStatusCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BlockPermalockTransponderCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BluetoothCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.EchoCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.FactoryDefaultsCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.FindTagCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.hflf.InventoryTagCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.InventoryCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.KillCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.LicenceKeyCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.LockCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.MountCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ReadLogFileCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SerialHidCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ShowRegionCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SleepCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SleepTimeoutCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchActionCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchPressCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TransponderMemoryCommandBase
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TransponderSelectCommand
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsResetParameters() - Method in interface com.uk.tsl.rfid.asciiprotocol.parameters.ICommandParameters
-
Gets a value indicating whether the implementing command uses the ResetParameters property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.AlertCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.AutorunCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BarcodeCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BatteryStatusCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BlockPermalockTransponderCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BluetoothCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.EchoCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.FactoryDefaultsCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.FindTagCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.hflf.InventoryTagCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.InventoryCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.KillCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.LicenceKeyCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.LockCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.MountCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ReadLogFileCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SerialHidCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ShowRegionCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SleepCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SleepTimeoutCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchActionCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchPressCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TransponderMemoryCommandBase
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TransponderSelectCommand
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- implementsTakeNoAction() - Method in interface com.uk.tsl.rfid.asciiprotocol.parameters.ICommandParameters
-
Gets a value indicating whether the implementing command uses the TakeNoAction property
- INamedReader - Interface in com.uk.tsl.rfid.asciiprotocol.device
-
Interface providing User facing descriptions of a TSL Reader
- initialiseList() - Method in class com.uk.tsl.rfid.asciiprotocol.device.ReaderManager
-
Enumerates available readers raising events for each Reader added
- INVALID_PASSWORD - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.TransponderAccessErrorCode
-
The instance of Invalid password
- INVENTORY - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.SwitchAction
-
The instance of Inventory
- InventoryCommand - Class in com.uk.tsl.rfid.asciiprotocol.commands
-
ASCII command to perform an inventory
- InventoryCommand() - Constructor for class com.uk.tsl.rfid.asciiprotocol.commands.InventoryCommand
-
Initializes a new instance of the InventoryCommand class
- InventoryTagCommand - Class in com.uk.tsl.rfid.asciiprotocol.commands.hflf
-
ASCII command to perform an HF/LF inventory (HF/LF Readers Only)
- InventoryTagCommand() - Constructor for class com.uk.tsl.rfid.asciiprotocol.commands.hflf.InventoryTagCommand
-
- IQAlgorithmParameters - Interface in com.uk.tsl.rfid.asciiprotocol.parameters
-
- IQueryParameters - Interface in com.uk.tsl.rfid.asciiprotocol.parameters
-
Specifies properties to select transponders into distinct groups
QueryParameters
- IReaderManager - Interface in com.uk.tsl.rfid.asciiprotocol.device
-
- IResponderChainErrorDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
- IResponseParameters - Interface in com.uk.tsl.rfid.asciiprotocol.parameters
-
- isConnected() - Method in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
-
Gets a value indicating whether a reader is connected and ready for use
- isConnected() - Method in class com.uk.tsl.rfid.asciiprotocol.device.Reader
-
- isConnecting() - Method in class com.uk.tsl.rfid.asciiprotocol.device.Reader
-
- isDuplicate() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.TransponderData
-
- ISelectControlParameters - Interface in com.uk.tsl.rfid.asciiprotocol.parameters
-
Parameters for Select Control operations in commands and responses
- ISelectMaskParameters - Interface in com.uk.tsl.rfid.asciiprotocol.parameters
-
Parameters for Select operations in commands and responses
- isEnabled() - Method in class com.uk.tsl.barcodeconfiguration.BarcodeConfigurationEnableDisable
-
Gets current value of parameter
- isEnabled() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.SerialHidResponder
-
Enables/disables the responder
- when enabled and a delegate has been set then the delegate will be invoked for each line and the line will be claimed by this responder
- when disabled (or if no delegate set) the delegate will not be invoked and all lines will be ignored
- isFastIdSupported() - Method in class com.uk.tsl.rfid.asciiprotocol.DeviceProperties
-
- ISignalStrengthReceivedDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
- isNullOrEmpty(String) - Static method in class com.uk.tsl.utils.StringHelper
-
Determine if a string is null or empty
- isQTModeSupported() - Method in class com.uk.tsl.rfid.asciiprotocol.DeviceProperties
-
- isResponseFinished() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.hflf.RfPassThroughCommand
-
- isResponseFinished() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiCommandResponderBase
-
- isResponseFinished() - Method in interface com.uk.tsl.rfid.asciiprotocol.responders.IAsciiCommandResponder
-
Gets a value indicating whether the response is complete (i.e.
- isResponseFinished() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.LoggerResponder
-
Gets a value indicating whether the response is complete (i.e.
- isResponseFinished() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.SerialHidResponder
-
- isResponseFinished() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.SignalStrengthResponder
-
- isResponseFinished() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.SynchronousDispatchResponder
-
Gets a value indicating whether the response is complete (i.e.
- isResponsive() - Method in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
-
- isSuccessful() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiResponseBase
-
- isSuccessful() - Method in interface com.uk.tsl.rfid.asciiprotocol.responders.IAsciiResponse
-
Gets a value indicating whether the command executed successfully
- isSupported(AsciiCommander) - Static method in class com.uk.tsl.barcodeconfiguration.BarcodeConfiguration
-
Determine if the connected reader supports barcode configuration
- isTagFocusSupported() - Method in class com.uk.tsl.rfid.asciiprotocol.DeviceProperties
-
- isTransponderFound() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.WriteSingleTransponderCommand
-
- ISwitchStateReceivedDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-
- ISymbologySetting - Interface in com.uk.tsl.barcodeconfiguration
-
Provides common operations for a symbology setting
- ITFSymbology - Class in com.uk.tsl.barcodeconfiguration
-
Class for configuring scan engine Interleaved 2 of 5 parameters
- ITFSymbology(IAsciiCommandExecuting) - Constructor for class com.uk.tsl.barcodeconfiguration.ITFSymbology
-
Initializes a new instance of the ITFSymbology class
- ITransponderParameters - Interface in com.uk.tsl.rfid.asciiprotocol.parameters
-
- ITransponderReceivedDelegate - Interface in com.uk.tsl.rfid.asciiprotocol.responders
-