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

Provisioning input requested event. More...

#include <nrf_mesh_prov_events.h>

Data Fields

nrf_mesh_prov_ctx_t * p_context
 Provisioning context pointer. More...
 
nrf_mesh_prov_input_action_t action
 Input action requested. More...
 
uint8_t size
 Size of the input data requested. More...
 

Detailed Description

Provisioning input requested event.

Definition at line 145 of file nrf_mesh_prov_events.h.

Field Documentation

◆ p_context

nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_input_request_t::p_context

Provisioning context pointer.

Definition at line 148 of file nrf_mesh_prov_events.h.

◆ action

nrf_mesh_prov_input_action_t nrf_mesh_prov_evt_input_request_t::action

Input action requested.

Definition at line 150 of file nrf_mesh_prov_events.h.

◆ size

uint8_t nrf_mesh_prov_evt_input_request_t::size

Size of the input data requested.

Definition at line 152 of file nrf_mesh_prov_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated