nRF5 SDK for Mesh v3.2.0
Data Fields
serial_evt_cmd_rsp_data_model_cmd_t Struct Reference

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...
 

Detailed Description

Command response to SERIAL_OPCODE_CMD_MODEL_SPECIFIC_COMMAND from the model addressed.

Definition at line 291 of file serial_cmd_rsp.h.

Field Documentation

◆ data_len

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.

◆ data

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated