| Interface | Description |
|---|---|
| CommandCodes |
Copied from clserve.h and transformed to java interface.
|
| Class | Description |
|---|---|
| VattAcknowledgeMessage |
This class represents a GREGOR message (GRE-KIS-NOT-0013.pdf)
|
| VattCommandMessage |
This class represents a GREGOR message (GRE-KIS-NOT-0013.pdf)
|
| VattHandler |
This class handles the low-level communication for VATT in providing
a method to send a command to the command server.
|
| VattInputStream |
This stream represents an input stream that can handle serialisation
of VATT Messages (
VattMessage). |
| VattMessage |
This class represents a VATT communication package, as concrete realization
being a command or an acknowledge.
|
| VattOutputStream |
This stream represents an output stream that can handle serialisation
of VATT Messages (
VattMessage). |