nRF5 SDK for Mesh v3.2.0
Data Fields
app_level_server_t Struct Reference

Application level structure holding the Level server model context and Level state representation. More...

#include <app_level.h>

Data Fields

generic_level_server_t server
 Level server model interface context structure.
 
model_timer_t timer
 Timer instance pointer.
 
app_level_set_cb_t level_set_cb
 Callaback to be called for informing the user application to update the value.
 
app_level_get_cb_t level_get_cb
 Callback to be called for requesting current value from the user application.
 
const uint32_t * p_dtt_ms
 Pointer to the default transition time value (in milliseconds) if present.
 
app_level_state_t state
 Internal variable. More...
 
fsm_t fsm
 Internal. More...
 

Detailed Description

Application level structure holding the Level server model context and Level state representation.

Definition at line 199 of file app_level.h.

Field Documentation

◆ state

app_level_state_t app_level_server_t::state

Internal variable.

Representation of the Level state related data and transition parameters required for behavioral implementation, and for communicating with the application

Definition at line 214 of file app_level.h.

◆ fsm

fsm_t app_level_server_t::fsm

Internal.

Definition at line 217 of file app_level.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated