AWS IoT Device SDK C:
Fleet Provisioning
AWS IoT Fleet Provisioning
|
Return to main page ↑ |
A key-value string pair representation of an entry in the list of parameters that will be sent as part of the request payload to the server for provisioning the device. More...
#include <aws_iot_provisioning_types.h>
Data Fields | |
const char * | pParameterKey |
size_t | parameterKeyLength |
const char * | pParameterValue |
size_t | parameterValueLength |
A key-value string pair representation of an entry in the list of parameters that will be sent as part of the request payload to the server for provisioning the device.
Parameter for: AwsIotProvisioning_RegisterThing
const char* AwsIotProvisioningRequestParameterEntry_t::pParameterKey |
The key string of the parameter entry.
size_t AwsIotProvisioningRequestParameterEntry_t::parameterKeyLength |
The length of the key string.
const char* AwsIotProvisioningRequestParameterEntry_t::pParameterValue |
The value string of the parameter entry.
size_t AwsIotProvisioningRequestParameterEntry_t::parameterValueLength |
The length of the value string.