Structure describing the payload section of the MSG_COMMAND_UPLOAD message. More...
#include <protocol.h>
Public Attributes | |
uint8_t | action |
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_UPLOAD message.
Definition at line 469 of file protocol.h.
uint8_t msg_command_upload::action |
Definition at line 470 of file protocol.h.
uint8_t msg_command_upload::commandID |
Definition at line 473 of file protocol.h.
uint16_t msg_command_upload::itemNumber |
Definition at line 471 of file protocol.h.
uint16_t msg_command_upload::listLength |
Definition at line 472 of file protocol.h.
uint8_t msg_command_upload::p1 |
Definition at line 474 of file protocol.h.
int32_t msg_command_upload::p2 |
Definition at line 475 of file protocol.h.
int32_t msg_command_upload::p3 |
Definition at line 476 of file protocol.h.
int32_t msg_command_upload::p4 |
Definition at line 477 of file protocol.h.