Used for sending commands to one of the initialized models. More...
#include <serial_cmd.h>
Data Fields | |
serial_cmd_model_specific_command_header_t | model_cmd_info |
Contains the handle of the model being addressed. More... | |
uint8_t | data [NRF_MESH_SERIAL_PAYLOAD_MAXLEN - sizeof(serial_cmd_model_specific_command_header_t)] |
Additional data provided to the event. | |
Used for sending commands to one of the initialized models.
Definition at line 691 of file serial_cmd.h.
serial_cmd_model_specific_command_header_t serial_cmd_model_specific_command_t::model_cmd_info |
Contains the handle of the model being addressed.
Definition at line 693 of file serial_cmd.h.