Package org.avineas.fins.payload

Basic (not complete) command and response implementations.

See: Description

Package org.avineas.fins.payload Description

Basic (not complete) command and response implementations. Contains the classes that represent the information exchanged during communication between units. The basic class is Payload, the base class for all data exchanged, either as command or as response. As to be expected, both the basic Command and Response classes directly extend the Payload class. Further specializations are: Note that although specialized classes exist, no casting to the specialized types must be done while receiving the command or response. In stead construct the specialized instance using the constructor accepting the contents of the command/response.