nRF5 SDK for Mesh v5.0.0
Data Fields
serial_evt_cmd_rsp_data_models_get_t Struct Reference

Command response to SERIAL_OPCODE_CMD_MODEL_SPECIFIC_MODELS_GET with available model IDs. More...

#include <serial_cmd_rsp.h>

Data Fields

uint16_t count
 Number of available handles in model_ids.
 
access_model_id_t model_ids [(SERIAL_EVT_CMD_RSP_DATA_MAXLEN-sizeof(uint16_t))/sizeof(access_model_id_t)]
 List of the model ids of all the available models. More...
 

Detailed Description

Command response to SERIAL_OPCODE_CMD_MODEL_SPECIFIC_MODELS_GET with available model IDs.

Definition at line 278 of file serial_cmd_rsp.h.

Field Documentation

◆ model_ids

access_model_id_t serial_evt_cmd_rsp_data_models_get_t::model_ids[(SERIAL_EVT_CMD_RSP_DATA_MAXLEN-sizeof(uint16_t))/sizeof(access_model_id_t)]

List of the model ids of all the available models.

Definition at line 281 of file serial_cmd_rsp.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated