![]() |
nRF Connect SDK API 3.3.99
|
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 | ||
| }; | ||
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.