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

Provisioning authentication data request event packet. More...

#include <serial_evt.h>

Data Fields

uint8_t context_id
 Context ID of the link the authorization request appeared on. More...
 
uint8_t method
 Method of authentication requested. More...
 
uint8_t action
 Authentication action. More...
 
uint8_t size
 Authentication size. More...
 

Detailed Description

Provisioning authentication data request event packet.

Definition at line 204 of file serial_evt.h.

Field Documentation

◆ context_id

uint8_t serial_evt_prov_auth_request_t::context_id

Context ID of the link the authorization request appeared on.

Definition at line 206 of file serial_evt.h.

◆ method

uint8_t serial_evt_prov_auth_request_t::method

Method of authentication requested.

Definition at line 207 of file serial_evt.h.

◆ action

uint8_t serial_evt_prov_auth_request_t::action

Authentication action.

Definition at line 208 of file serial_evt.h.

◆ size

uint8_t serial_evt_prov_auth_request_t::size

Authentication size.

Definition at line 209 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated