Microsoft Azure IoTHub client libraries

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more

This library implements the Microsoft Azure IoTHub client library. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
43:038d8511e817
Parent:
38:a05929a75111
Child:
45:54c11b1b1407
--- a/iothubtransport.c	Tue Jun 07 10:49:08 2016 -0700
+++ b/iothubtransport.c	Fri Jun 17 17:02:44 2016 -0700
@@ -109,6 +109,7 @@
 						/*Codes_SRS_IOTHUBTRANSPORT_17_001: [ IoTHubTransport_Create shall return a non-NULL handle on success.]*/
 						result->stopThread = 1;
 						result->workerThreadHandle = NULL; /* create thread when work needs to be done */
+                        result->IoTHubTransport_GetHostname = transportProtocol->IoTHubTransport_GetHostname;
 						result->IoTHubTransport_SetOption = transportProtocol->IoTHubTransport_SetOption;
 						result->IoTHubTransport_Create = transportProtocol->IoTHubTransport_Create;
 						result->IoTHubTransport_Destroy = transportProtocol->IoTHubTransport_Destroy;