serial_cmd_model_specific_command_t

nRF5 SDK for Mesh v5.0.0

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.
 

Detailed Description

Used for sending commands to one of the initialized models.

Definition at line 691 of file serial_cmd.h.

Field Documentation

◆ model_cmd_info

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.