Microsoft Azure IoTHub client libraries

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more

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_private.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.
const char * moduleId
 A string that identifies the module.

Detailed Description

This struct captures device configuration.

Definition at line 35 of file iothub_transport_ll_private.h.


Field Documentation

const char* deviceId

A string that identifies the device.

Definition at line 38 of file iothub_transport_ll_private.h.

const char* deviceKey

The device key used to authenticate the device.

Definition at line 41 of file iothub_transport_ll_private.h.

const char* deviceSasToken

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

Definition at line 44 of file iothub_transport_ll_private.h.

const char* moduleId

A string that identifies the module.

Optional.

Definition at line 49 of file iothub_transport_ll_private.h.