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

Used by various access commands that work on address handles for a given model. More...

#include <serial_cmd.h>

Data Fields

access_model_handle_t model_handle
 Handle for the model being modified. More...
 
dsm_handle_t dsm_handle
 Handle for a value (e.g. More...
 

Detailed Description

Used by various access commands that work on address handles for a given model.

Definition at line 634 of file serial_cmd.h.

Field Documentation

◆ model_handle

access_model_handle_t serial_cmd_access_handle_pair_t::model_handle

Handle for the model being modified.

Definition at line 636 of file serial_cmd.h.

◆ dsm_handle

dsm_handle_t serial_cmd_access_handle_pair_t::dsm_handle

Handle for a value (e.g.

address) stored by the device state manager.

Definition at line 637 of file serial_cmd.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated