AWS IoT Device SDK C: Fleet Provisioning
AWS IoT Fleet Provisioning
Return to main page ↑
AwsIotProvisioningResponseDeviceConfigurationEntry_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ pKey

const char* AwsIotProvisioningResponseDeviceConfigurationEntry_t::pKey

The key string of the device configuration entry.

◆ keyLength

size_t AwsIotProvisioningResponseDeviceConfigurationEntry_t::keyLength

The length of the key string.

◆ pValue

const char* AwsIotProvisioningResponseDeviceConfigurationEntry_t::pValue

The value string of the device configuration entry.

◆ valueLength

size_t AwsIotProvisioningResponseDeviceConfigurationEntry_t::valueLength

The length of the value string.


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