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... | |
Used by various access commands that work on address handles for a given model.
Definition at line 634 of file serial_cmd.h.
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_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.