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 

C

captureNonLibraryResponses() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiCommandLibraryResponderBase
 
CHARGE_DATA - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.PopLoqMode
The instance of Charge and Data In this mode a terminal connected using the ePop-Loq connector will be charged and can communicate with the Reader
CHARGE_ONLY - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.PopLoqMode
The instance of Charge Only In this mode a terminal connected using the ePop-Loq connector will be charged but cannot communicate with the Reader
ChargeState - Class in com.uk.tsl.rfid.asciiprotocol.enumerations
Describes the battery's charging status
CHARGING - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.ChargeState
The instance of Charging
clearCache() - Method in interface com.uk.tsl.barcodeconfiguration.ISymbologySetting
Forces re-read of value(s) on next read
clearCache() - Method in class com.uk.tsl.barcodeconfiguration.SymbologyBase
Forces a re-read of all the settings
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BarcodeCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BatteryStatusCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.InventoryCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.KillCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.LockCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ReadAutorunFileCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ReadLogFileCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchStateCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TransponderMemoryCommandBase
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.VersionInformationCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.commands.WriteSingleTransponderCommand
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiCommandResponderBase
Clears the response ready to receive a new one
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiResponseBase
Clears the response ready to receive a new one
clearLastResponse() - Method in interface com.uk.tsl.rfid.asciiprotocol.responders.IAsciiCommandResponder
Clears the values from the last response Derived classes must call super class to ensure correct operation
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.LoggerResponder
Clears the values from the last response (does nothing)
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.SynchronousDispatchResponder
Clears the values from the last response Derived classes must call super class to ensure correct operation
clearLastResponse() - Method in class com.uk.tsl.rfid.asciiprotocol.responders.TransponderResponder
Clears the cache of values ready to receive a new transponder
clearResponders() - Method in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
Clear all responders from the responder chain
clearResponders() - Method in interface com.uk.tsl.rfid.asciiprotocol.commands.IAsciiCommandExecuting
Clear all responders from the responder chain
CodabarSymbology - Class in com.uk.tsl.barcodeconfiguration
Class for configuring scan engine Codabar parameters
CodabarSymbology(IAsciiCommandExecuting) - Constructor for class com.uk.tsl.barcodeconfiguration.CodabarSymbology
Initializes a new instance of the CodabarSymbology class
Code11Symbology - Class in com.uk.tsl.barcodeconfiguration
Class for configuring scan engine Code 11 parameters
Code11Symbology(IAsciiCommandExecuting) - Constructor for class com.uk.tsl.barcodeconfiguration.Code11Symbology
Initializes a new instance of the Code11Symbology class
Code128Symbology - Class in com.uk.tsl.barcodeconfiguration
Class for configuring scan engine Code128 parameters
Code128Symbology(IAsciiCommandExecuting) - Constructor for class com.uk.tsl.barcodeconfiguration.Code128Symbology
Initializes a new instance of the Code128Symbology class
Code39Symbology - Class in com.uk.tsl.barcodeconfiguration
Class for configuring scan engine Code39 parameters
Code39Symbology(IAsciiCommandExecuting) - Constructor for class com.uk.tsl.barcodeconfiguration.Code39Symbology
Initializes a new instance of the Code39Symbology class
Code93Symbology - Class in com.uk.tsl.barcodeconfiguration
Class for configuring scan engine Code 93 parameters
Code93Symbology(IAsciiCommandExecuting) - Constructor for class com.uk.tsl.barcodeconfiguration.Code93Symbology
Initializes a new instance of the Code93Symbology class
com.uk.tsl.barcodeconfiguration - package com.uk.tsl.barcodeconfiguration
This package provides classes to modify the behaviour of the Barcode Scan Engine.
com.uk.tsl.rfid.asciiprotocol - package com.uk.tsl.rfid.asciiprotocol
 
com.uk.tsl.rfid.asciiprotocol.commands - package com.uk.tsl.rfid.asciiprotocol.commands
 
com.uk.tsl.rfid.asciiprotocol.enumerations - package com.uk.tsl.rfid.asciiprotocol.enumerations
 
com.uk.tsl.rfid.asciiprotocol.parameters - package com.uk.tsl.rfid.asciiprotocol.parameters
 
com.uk.tsl.rfid.asciiprotocol.responders - package com.uk.tsl.rfid.asciiprotocol.responders
 
com.uk.tsl.utils - package com.uk.tsl.utils
 
COMMAND_FORMAT_ERROR - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.TransponderAccessErrorCode
The instance of Command format error
COMMAND_LOCALE - Static variable in class com.uk.tsl.rfid.asciiprotocol.Constants
The Locale used for interpreting command line parameters
CommandParameters - Class in com.uk.tsl.rfid.asciiprotocol.parameters
Helper class for implementing ICommandParameters
CommandParameters() - Constructor for class com.uk.tsl.rfid.asciiprotocol.parameters.CommandParameters
 
comparableVersionValue(String) - Static method in class com.uk.tsl.utils.StringHelper
Calculates an ordered value from the given version string that can be used to compare version numbers
COMPLETE - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.ChargeState
The instance of Complete
CompositeSymbology - Class in com.uk.tsl.barcodeconfiguration
Class for configuring scan engine Composite parameters
CompositeSymbology(IAsciiCommandExecuting) - Constructor for class com.uk.tsl.barcodeconfiguration.CompositeSymbology
Initializes a new instance of the CompositeSymbology class
connect(BluetoothDevice) - Method in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
Connect the AsciiCommander to the given reader This is an asynchronous operation.
connect(BluetoothDevice, boolean) - Method in class com.uk.tsl.rfid.asciiprotocol.BluetoothReaderService
Start the ConnectThread to initiate a connection to a remote device.
CONNECT_FAILED_PREFIX - Static variable in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
 
connected(BluetoothSocket, BluetoothDevice, String) - Method in class com.uk.tsl.rfid.asciiprotocol.BluetoothReaderService
Start the ConnectedThread to begin managing a Bluetooth connection
CONNECTED_MESSAGE_PREFIX - Static variable in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
 
CONNECTING_MESSAGE_PREFIX - Static variable in class com.uk.tsl.rfid.asciiprotocol.AsciiCommander
 
Constants - Class in com.uk.tsl.rfid.asciiprotocol
 
Constants() - Constructor for class com.uk.tsl.rfid.asciiprotocol.Constants
 
CRC_ERROR_ON_TRANSPONDER_RESPONSE - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.TransponderAccessErrorCode
The instance of CRC error on transponder response
CTFSymbology - Class in com.uk.tsl.barcodeconfiguration
Class for configuring scan engine Chinese 2 of 5 parameters
CTFSymbology(IAsciiCommandExecuting) - Constructor for class com.uk.tsl.barcodeconfiguration.CTFSymbology
Initializes a new instance of the CTFSymbology class
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