Horizon Protocol Message Payloads Python Module. More...
Horizon Protocol Message Payloads Python Module.
Horizon Protocol Message Payload Definitions
Abstracted from knowing message codes and message header.
Supported Horizon version(s): 0.1 - 1.0
The intended purpose of this module is to provide the various Payload definitions for the various messages within Horizon. The Payload class abstracts a payload and can represent a payload within a message without having any knowledge of the contained format whereas subclasses should know how payload data is formatted for one or more messages that they represent. These classes have no knowledge of message fields that do not fall within the payload field.
Version 0.1 - 0.3 {Ryan Gariepy}
Version 0.4 {Malcolm Robert}
Version 0.5
Version 0.6
Version 0.7
Version 0.8
Version 1.0
string clearpath::horizon::payloads::__revision__ = "$Revision: 920 $" |
SVN Code Revision.
Definition at line 164 of file payloads.py.
string clearpath::horizon::payloads::__version__ = "1.0" |
Module Version.
Definition at line 161 of file payloads.py.
tuple clearpath::horizon::payloads::logger = logging.getLogger('clearpath.horizon.payloads') |
Message Log.
Definition at line 169 of file payloads.py.