AWS IoT Device SDK C: Fleet Provisioning
AWS IoT Fleet Provisioning
Return to main page ↑
_provisioningCallbackInfo_t Union Reference

Union representing either of the 2 Provisioning operation APIs' callbacks. More...

#include <aws_iot_provisioning_internal.h>

Data Fields

AwsIotProvisioningCreateKeysAndCertificateCallbackInfo_t createKeysAndCertificateCallback
 The user-callback passed to AwsIotProvisioning_CreateKeysAndCertificate.
 
AwsIotProvisioningCreateCertFromCsrCallbackInfo_t createCertFromCsrCallback
 The user-callback passed to AwsIotProvisioning_CreateCertificateFromCsr.
 
AwsIotProvisioningRegisterThingCallbackInfo_t registerThingCallback
 The user-callback passed to AwsIotProvisioning_RegisterThing.
 

Detailed Description

Union representing either of the 2 Provisioning operation APIs' callbacks.

Note
If an ongoing operation was started by the AwsIotProvisioning_RegisterThing API, then _provisioningCallbackInfo_t.createKeysAndCertificateCallback will be valid, whereas if the active operation relates to the AwsIotProvisioning_RegisterThing API, then _provisioningCallbackInfo_t.registerThingCallback will be valid.

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