corrected version (with typedef struct IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE_DATA* IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE;) included in the sources

Dependents:   STM32F746_iothub_client_sample_mqtt

Fork of iothub_client by Azure IoT

Embed: (wiki syntax)

« Back to documentation index

IOTHUB_DEVICE_CONFIG_TAG Struct Reference

IOTHUB_DEVICE_CONFIG_TAG Struct Reference

This struct captures device configuration. More...

#include <iothub_transport_ll.h>

Data Fields

const char * deviceId
 A string that identifies the device.
const char * deviceKey
 The device key used to authenticate the device.
const char * deviceSasToken
 The device SAS used to authenticate the device in place of using the device key.

Detailed Description

This struct captures device configuration.

Definition at line 22 of file iothub_transport_ll.h.


Field Documentation

const char* deviceId

A string that identifies the device.

Definition at line 25 of file iothub_transport_ll.h.

const char* deviceKey

The device key used to authenticate the device.

Definition at line 28 of file iothub_transport_ll.h.

const char* deviceSasToken

The device SAS used to authenticate the device in place of using the device key.

Definition at line 31 of file iothub_transport_ll.h.