| Class | Description |
|---|---|
| LynxCommand<RESPONSE extends LynxMessage> |
Created by bob on 2016-03-06.
|
| LynxDatagram |
A
LynxDatagram represents the quantum of transmission of Lynx data between host
and controller module. |
| LynxInterface |
Created by bob on 2016-03-06.
|
| LynxInterfaceCommand<RESPONSE extends LynxMessage> |
Created by bob on 2016-03-06.
|
| LynxInterfaceResponse |
Created by bob on 2016-03-06.
|
| LynxMessage |
LynxMessage is the root base class from which all lynx messaging related
classes derive.
|
| LynxRespondable<RESPONSE extends LynxMessage> |
A LynxRespondable is a message that will generate a response from the module to which it is
transmitted.
|
| LynxResponse |
Created by bob on 2016-03-06.
|