nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
nrf_provisioning_callback_data Struct Reference

Event data structure passed to the provisioning callback function. More...

#include <nrf_provisioning.h>

Data Fields

enum nrf_provisioning_event type
 
union { 
 
   struct nrf_attestation_token *   token 
 
   int64_t   next_attempt_time_seconds 
 
};  
 

Detailed Description

Event data structure passed to the provisioning callback function.

Contains the event type and associated data based on the specific event. The union fields are valid only for specific event types as documented for each event.

Warning
Pointers in the union (such as token) are only valid during the callback execution and must not be stored or accessed after the callback returns.

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