nRF5 SDK for Mesh v5.0.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...
 
uint8_t action
 Requested action. More...
 
uint8_t size
 Size of the input data requested. More...
 

Detailed Description

Provisioning input requested event.

Definition at line 158 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 161 of file nrf_mesh_prov_events.h.

◆ action

uint8_t nrf_mesh_prov_evt_input_request_t::action

Requested action.

When the device is acting as provisionee, the action field contains value from nrf_mesh_prov_input_action_t. When the device is acting as provisioner, the action field contains value from nrf_mesh_prov_output_action_t.

Definition at line 165 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 167 of file nrf_mesh_prov_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated