Structure describing the payload section of the MSG_VERSION message. More...
#include <protocol.h>
Public Attributes | |
uint8_t | systemType |
uint8_t | systemID |
uint8_t | firmwareVersion [3] |
Structure describing the payload section of the MSG_VERSION message.
Definition at line 397 of file protocol.h.
uint8_t msg_version::firmwareVersion[3] |
Definition at line 400 of file protocol.h.
uint8_t msg_version::systemID |
Definition at line 399 of file protocol.h.
uint8_t msg_version::systemType |
Definition at line 398 of file protocol.h.