Public Member Functions | |
def | __init__ |
Create A Horizon Message Payload - Echo. | |
def | print_format |
Human Readable Payload String. |
Horizon Message Payload - Echo
Definition at line 515 of file payloads.py.
def clearpath.horizon.payloads.Echo.__init__ | ( | self, | |
raw = None , |
|||
timestamp = 0 |
|||
) |
Create A Horizon Message Payload - Echo.
Constructor for the Horizon Message Payload - Echo Class.
Version auto-detection is unsupported.
Create A Horizon Message Payload - Null
Reimplemented from clearpath.horizon.payloads.Null.
Definition at line 527 of file payloads.py.
def clearpath.horizon.payloads.Echo.print_format | ( | self | ) |
Human Readable Payload String.
Return the payload as a human readable string
Reimplemented from clearpath.horizon.payloads.Null.
Definition at line 535 of file payloads.py.