AWS IoT Device SDK C:
Fleet Provisioning
AWS IoT Fleet Provisioning
|
Return to main page ↑ |
User-specific callback information for handling server response of the Provisioning CreateCertificateFromCsr service API. More...
#include <aws_iot_provisioning_types.h>
Data Fields | |
void * | userParam |
void(* | function )(void *userContext, const AwsIotProvisioningCreateCertFromCsrResponse_t *serverResponse) |
User-provided callback function signature. More... | |
User-specific callback information for handling server response of the Provisioning CreateCertificateFromCsr service API.
Parameter for: AwsIotProvisioning_RegisterThing
Provides a function that is invoked on completion of an AwsIotProvisioning_CreateCertificateFromCsr API operation.
All instances of AwsIotProvisioningCreateCertFromCsrCallbackInfo_t should be initialized with AWS_IOT_PROVISIONING_CREATE_CERTIFICATE_FROM_CSR_CALLBACK_INFO_INITIALIZER.
void* AwsIotProvisioningCreateCertFromCsrCallbackInfo_t::userParam |
The user-provided parameter that is (as the first parameter) to the callback function (optional).
void( * AwsIotProvisioningCreateCertFromCsrCallbackInfo_t::function) (void *userContext, const AwsIotProvisioningCreateCertFromCsrResponse_t *serverResponse) |
User-provided callback function signature.
[in] | userContext | AwsIotProvisioningCreateCertFromCsrCallbackInfo_t.userParam |
[in] | serverResponse | Parsed server response of either device credentials or provisioned device information. |