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 

B

BARCODE - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.SwitchAction
The instance of Barcode
BARCODE_ESCAPE_CHARACTER - Static variable in class com.uk.tsl.rfid.asciiprotocol.Constants
The escape character used in barcode responses
BarcodeCommand - Class in com.uk.tsl.rfid.asciiprotocol.commands
A command to read a barcode
BarcodeCommand() - Constructor for class com.uk.tsl.rfid.asciiprotocol.commands.BarcodeCommand
Initializes a new instance of the BarcodeCommand class
BarcodeConfiguration - Class in com.uk.tsl.barcodeconfiguration
 
BarcodeConfigurationEnableDisable - Class in com.uk.tsl.barcodeconfiguration
Class to control boolean barcode parameter
BarcodeConfigurationEnableDisable(IAsciiCommandExecuting, int, int) - Constructor for class com.uk.tsl.barcodeconfiguration.BarcodeConfigurationEnableDisable
Initializes a new instance of the BarcodeConfigurationEnableDisable class
BarcodeConfigurationLengths - Class in com.uk.tsl.barcodeconfiguration
Class to control lengths barcode parameter
BarcodeConfigurationLengths(IAsciiCommandExecuting, int, int, int, int, int, int) - Constructor for class com.uk.tsl.barcodeconfiguration.BarcodeConfigurationLengths
Initializes a new instance of the BarcodeConfigurationLengths class
BarcodeConfigurationValue - Class in com.uk.tsl.barcodeconfiguration
Class to control value barcode parameter
BarcodeConfigurationValue(IAsciiCommandExecuting, int, int, int, int) - Constructor for class com.uk.tsl.barcodeconfiguration.BarcodeConfigurationValue
Initializes a new instance of the BarcodeConfigurationValue class
barcodeReceived(String) - Method in interface com.uk.tsl.rfid.asciiprotocol.responders.IBarcodeReceivedDelegate
Delegate method invoked for each barcode received Note: This method will be called on a non-UI thread
BatteryStatusCommand - Class in com.uk.tsl.rfid.asciiprotocol.commands
A command to query the reader for battery status information Note: This does not yet expose the charging status via a property but the 'CH:' line is captured in the response property
BatteryStatusCommand() - Constructor for class com.uk.tsl.rfid.asciiprotocol.commands.BatteryStatusCommand
Initializes a new instance of the BatteryStatusCommand class
BLOCK - Static variable in class com.uk.tsl.rfid.asciiprotocol.enumerations.WriteMode
The instance of Block
BluetoothReaderService - Class in com.uk.tsl.rfid.asciiprotocol
This class does all the work for setting up and managing Bluetooth connections with other devices.
BluetoothReaderService(Handler) - Constructor for class com.uk.tsl.rfid.asciiprotocol.BluetoothReaderService
Constructor.
BUILD_TYPE - Static variable in class com.uk.tsl.rfid.asciiprotocol.BuildConfig
 
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.AlertCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.BarcodeCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.DateCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.DateTimeCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.FactoryDefaultsCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.InventoryCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.KillCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.LicenceKeyCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.LockCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ReadLogFileCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.ReadTransponderCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SleepTimeoutCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchActionCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchPressCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.SwitchPressUserActionCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TimeCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TransponderMemoryCommandBase
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.TransponderSelectCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.commands.WriteTransponderCommand
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiCommandLibraryResponderBase
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiCommandResponderBase
Builds the command line to send to the reader to execute the command
buildCommandLine(StringBuilder) - Method in class com.uk.tsl.rfid.asciiprotocol.responders.AsciiSelfResponderCommandBase
Builds the command line to send to the reader to execute the command
BuildConfig - Class in com.uk.tsl.rfid.asciiprotocol
 
BuildConfig() - Constructor for class com.uk.tsl.rfid.asciiprotocol.BuildConfig
 
BuzzerTone - Class in com.uk.tsl.rfid.asciiprotocol.enumerations
Defines the tone for the buzzer on a alert
bytesToString(byte[]) - Static method in class com.uk.tsl.utils.HexEncoding
 
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