Structure describing the payload section of the MSG_ACKNOWLEDGE message. More...
#include <protocol.h>
Public Attributes | |
uint8_t | msgID |
uint8_t | sum1 |
uint8_t | sum2 |
Structure describing the payload section of the MSG_ACKNOWLEDGE message.
Definition at line 13 of file protocol.h.
uint8_t msg_acknowledge::msgID |
Definition at line 14 of file protocol.h.
uint8_t msg_acknowledge::sum1 |
Definition at line 15 of file protocol.h.
uint8_t msg_acknowledge::sum2 |
Definition at line 16 of file protocol.h.