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_client_version.h File Reference

iothub_client_version.h File Reference

Functions for managing the client SDK version. More...

Go to the source code of this file.

Functions

const char * IoTHubClient_GetVersionString (void)
 Returns a pointer to a null terminated string containing the current IoT Hub Client SDK version.

Detailed Description

Functions for managing the client SDK version.

Definition in file iothub_client_version.h.


Function Documentation

const char* IoTHubClient_GetVersionString ( void   )

Returns a pointer to a null terminated string containing the current IoT Hub Client SDK version.

Returns:
Pointer to a null terminated string containing the current IoT Hub Client SDK version.

Definition at line 6 of file version.c.