serial_evt_cmd_rsp_data_model_handle_get_t

nRF5 SDK for Mesh v5.0.0

Command response data with the model handle. More...

#include <serial_cmd_rsp.h>

Data Fields

access_model_handle_t model_handle
 Handle of the requested model. More...
 

Detailed Description

Command response data with the model handle.

Definition at line 265 of file serial_cmd_rsp.h.

Field Documentation

◆ model_handle

access_model_handle_t serial_evt_cmd_rsp_data_model_handle_get_t::model_handle

Handle of the requested model.

Definition at line 267 of file serial_cmd_rsp.h.