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

Used to update the publish period of a model by updating resolution and number of steps. More...

#include <serial_cmd.h>

Data Fields

access_model_handle_t model_handle
 Handle of the model that the access module should operate on. More...
 
uint8_t resolution
 see access_publish_resolution_t for accepted values. More...
 
uint8_t step_number
 Must not be larger than ACCESS_PUBLISH_PERIOD_STEP_MAX. More...
 

Detailed Description

Used to update the publish period of a model by updating resolution and number of steps.

Definition at line 668 of file serial_cmd.h.

Field Documentation

◆ model_handle

access_model_handle_t serial_cmd_access_pub_period_set_t::model_handle

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

Definition at line 670 of file serial_cmd.h.

◆ resolution

uint8_t serial_cmd_access_pub_period_set_t::resolution

see access_publish_resolution_t for accepted values.

Definition at line 671 of file serial_cmd.h.

◆ step_number

uint8_t serial_cmd_access_pub_period_set_t::step_number

Must not be larger than ACCESS_PUBLISH_PERIOD_STEP_MAX.

Definition at line 672 of file serial_cmd.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated