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

Structure for holding publish and notification callbacks for other states bound to Light Lightness state. More...

#include <app_light_lightness.h>

Data Fields

app_additional_publish_cb_t app_add_publish_cb
 Publish callback to call to before publishing lightness status. More...
 
void * p_app_publish_v
 Context pointer for the publish callback. More...
 
app_notify_set_cb_t app_notify_set_cb
 A notify callback to call after receiving lightness Set messages. More...
 
void * p_app_notify_v
 A context pointer for the notify callback. More...
 

Detailed Description

Structure for holding publish and notification callbacks for other states bound to Light Lightness state.

Definition at line 215 of file app_light_lightness.h.

Field Documentation

◆ app_add_publish_cb

app_additional_publish_cb_t app_additional_light_lightness_notify_t::app_add_publish_cb

Publish callback to call to before publishing lightness status.

Definition at line 218 of file app_light_lightness.h.

◆ p_app_publish_v

void* app_additional_light_lightness_notify_t::p_app_publish_v

Context pointer for the publish callback.

Definition at line 220 of file app_light_lightness.h.

◆ app_notify_set_cb

app_notify_set_cb_t app_additional_light_lightness_notify_t::app_notify_set_cb

A notify callback to call after receiving lightness Set messages.

Definition at line 222 of file app_light_lightness.h.

◆ p_app_notify_v

void* app_additional_light_lightness_notify_t::p_app_notify_v

A context pointer for the notify callback.

Definition at line 224 of file app_light_lightness.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated