serial_cmd_access_model_handle_t

nRF5 SDK for Mesh v5.0.0

Used by access commands that only require the model handle. More...

#include <serial_cmd.h>

Data Fields

access_model_handle_t handle
 Handle of the model that the access module should operate on. More...
 

Detailed Description

Used by access commands that only require the model handle.

Definition at line 641 of file serial_cmd.h.

Field Documentation

◆ handle

access_model_handle_t serial_cmd_access_model_handle_t::handle

Handle of the model that the access module should operate on.

Definition at line 643 of file serial_cmd.h.