Interface | Description |
---|---|
IAsciiCommandResponder |
The interface for classes that handle responses from ASCII 2.0 commands
|
IAsciiResponse |
A response to as IAsciiCommand
|
IBarcodeReceivedDelegate | |
IBatteryLevelReceivedDelegate | |
ICommandResponseLifecycleDelegate | |
IFileLineReceivedDelegate |
The delegate interface to handle device file information received as CRLF delimited lines
|
ILineReceivedDelegate |
The delegate interface to handle received lines - e.g.
|
IResponderChainErrorDelegate | |
ISignalStrengthReceivedDelegate | |
ISwitchStateReceivedDelegate | |
ITransponderReceivedDelegate |
Class | Description |
---|---|
AsciiCommandLibraryResponderBase |
Base class for library commands
This is identical to the AsciiCommandResponderBase except, by default, it will only
repond to commands containing LibraryCommandId
|
AsciiCommandResponderBase |
Base implementation of IAsciiCommandResponder
|
AsciiResponseBase |
Provides a base implementation of IAsciiResponse
|
AsciiSelfResponderCommandBase |
Base class for commands that receive their own reponses
|
BatteryStatusResponder |
Class to capture asynchronous battery status notifications
|
LoggerResponder |
A simple responder that inserts every line it sees, preceded by '>', into the standard log file
|
SerialHidResponder |
A Responder to catch the responses when Serial HID mode is enabled
|
SignalStrengthResponder |
Class to capture signal strength responses asynchronously
|
SwitchResponder | |
SynchronousDispatchResponder |
This is a special TSLAsciiCommandResponder that is inserted into the responder chain to handle synchronous commands.
|
TransponderData |
Represents a transponder response from an Inventory, Read, Write, Lock or Kill command
|
TransponderResponder |
Processes responses looking for transponder header and collects into a transponder.
|