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 device configuration data that is received in the response payload from the server when provisioning the device. More...
#include <aws_iot_provisioning_types.h>
Data Fields | |
const char * | pKey |
size_t | keyLength |
const char * | pValue |
size_t | valueLength |
A key-value string pair representation of an entry in the list of device configuration data that is received in the response payload from the server when provisioning the device.
const char* AwsIotProvisioningResponseDeviceConfigurationEntry_t::pKey |
The key string of the device configuration entry.
size_t AwsIotProvisioningResponseDeviceConfigurationEntry_t::keyLength |
The length of the key string.
const char* AwsIotProvisioningResponseDeviceConfigurationEntry_t::pValue |
The value string of the device configuration entry.
size_t AwsIotProvisioningResponseDeviceConfigurationEntry_t::valueLength |
The length of the value string.