Public Member Functions | |
def | __init__ |
def | from_binary |
def | to_binary |
SBP class for message STARTUP (0xFF00) The system start-up message is sent once on system start-up. It is intended to be used to notify the host or other attached devices that the system has started and is now ready to respond to commands or configuration requests.
Definition at line 9 of file sbp_messages.py.
def sbp_messages.Startup.__init__ | ( | self, | |
d | |||
) |
Definition at line 20 of file sbp_messages.py.
def sbp_messages.Startup.from_binary | ( | self, | |
d | |||
) |
Definition at line 23 of file sbp_messages.py.
def sbp_messages.Startup.to_binary | ( | self, | |
d | |||
) |
Definition at line 28 of file sbp_messages.py.