Interface | Description |
---|---|
IAsciiTransport |
An interface for transports connected to TSL devices using the ASCII 2.0 protocol
|
INamedReader |
Interface providing User facing descriptions of a TSL Reader
|
IReaderManager |
Class | Description |
---|---|
ConnectionStatus |
Class representing the status of a connection that is Observable
|
ObservableList<T> |
A List that provides observable events for Add, Remove & Modification of elements in the list
|
ObservableReaderList |
A List of Reader instances that provides observable events for Add, Remove & Modification of its elements
|
Reader |
A class representing a TSL Reader
|
ReaderManager |
A class that manages a collection of Reader
|
Enum | Description |
---|---|
ConnectionState |
States for a connection
|
TransportType |
The type of a reader connection transport
|