Structure describing the payload section of the MSG_COMMAND_LIST message. More...
#include <protocol.h>
Public Attributes | |
uint16_t | itemNumber |
uint16_t | listLength |
uint8_t | commandID |
uint8_t | p1 |
int32_t | p2 |
int32_t | p3 |
int32_t | p4 |
Structure describing the payload section of the MSG_COMMAND_LIST message.
Definition at line 541 of file protocol.h.
uint8_t msg_command_list::commandID |
Definition at line 544 of file protocol.h.
uint16_t msg_command_list::itemNumber |
Definition at line 542 of file protocol.h.
uint16_t msg_command_list::listLength |
Definition at line 543 of file protocol.h.
uint8_t msg_command_list::p1 |
Definition at line 545 of file protocol.h.
int32_t msg_command_list::p2 |
Definition at line 546 of file protocol.h.
int32_t msg_command_list::p3 |
Definition at line 547 of file protocol.h.
int32_t msg_command_list::p4 |
Definition at line 548 of file protocol.h.