|
Class Summary |
| AdaptorCallback |
creates a callback instance that retrieves asynchronous messages. |
| AdaptorImpl |
This adaptor implements the Adaptor interface. |
| AdaptorManagement |
The AdaptorManagement handles your adaptors, enqueues LLRPMessages, handles
errors from the reader site and notifies you about incoming LLRPMessages. |
| AdaptorWorker |
an LLRPAdaptorWorker holds an Adaptor and a callback. the worker
enqueues messages and dispatches them to the corresponding reader. |
| Constants |
basic constants. |
| ReaderImpl |
This class implements the ReaderInterface. |
| ReaderMetaData |
Meta data that contains all information about the reader. this is for
example the reader name, the address, the port, etc. ... |