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

Command response to SERIAL_OPCODE_CMD_ACCESS_MODEL_SUBS_GET command with subscription address handles. More...

#include <serial_cmd_rsp.h>

Data Fields

uint16_t count
 Number of available handles in address_handles.
 
dsm_handle_t address_handles [(SERIAL_EVT_CMD_RSP_DATA_MAXLEN-sizeof(uint16_t))/sizeof(dsm_handle_t)]
 List of the address handles of all subscription addresses bound to the given model.
 

Detailed Description

Command response to SERIAL_OPCODE_CMD_ACCESS_MODEL_SUBS_GET command with subscription address handles.

Definition at line 227 of file serial_cmd_rsp.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated