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

Provisioning output 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 output data provided. More...
 
const uint8_t * p_data
 Pointer to the data to output. More...
 

Detailed Description

Provisioning output requested event.

Definition at line 173 of file nrf_mesh_prov_events.h.

Field Documentation

◆ p_context

nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_output_request_t::p_context

Provisioning context pointer.

Definition at line 176 of file nrf_mesh_prov_events.h.

◆ action

uint8_t nrf_mesh_prov_evt_output_request_t::action

Requested action.

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

Definition at line 180 of file nrf_mesh_prov_events.h.

◆ size

uint8_t nrf_mesh_prov_evt_output_request_t::size

Size of the output data provided.

Definition at line 182 of file nrf_mesh_prov_events.h.

◆ p_data

const uint8_t* nrf_mesh_prov_evt_output_request_t::p_data

Pointer to the data to output.

Definition at line 184 of file nrf_mesh_prov_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated