Command response to SERIAL_OPCODE_CMD_MODEL_SPECIFIC_COMMAND from the model addressed. More...
#include <serial_cmd_rsp.h>
Data Fields | |
uint8_t | data_len |
Length of data array. More... | |
uint8_t | data [SERIAL_EVT_CMD_RSP_DATA_MAXLEN - sizeof(uint8_t)] |
Command response data specific to each model. More... | |
Command response to SERIAL_OPCODE_CMD_MODEL_SPECIFIC_COMMAND from the model addressed.
Definition at line 291 of file serial_cmd_rsp.h.
uint8_t serial_evt_cmd_rsp_data_model_cmd_t::data_len |
Length of data array.
Set to 0 to indicate no data to send
Definition at line 293 of file serial_cmd_rsp.h.
uint8_t serial_evt_cmd_rsp_data_model_cmd_t::data[SERIAL_EVT_CMD_RSP_DATA_MAXLEN - sizeof(uint8_t)] |
Command response data specific to each model.
Definition at line 294 of file serial_cmd_rsp.h.