Mark Radbourne / Mbed 2 deprecated FXOS8700CQ_To_Azure_IoT

Dependencies:   azure_umqtt_c iothub_mqtt_transport mbed-rtos mbed wolfSSL Socket lwip-eth lwip-sys lwip

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers iothub_client_version.h Source File

iothub_client_version.h

Go to the documentation of this file.
00001 // Copyright (c) Microsoft. All rights reserved.
00002 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
00003 
00004 /** @file iothub_client_version.h
00005 *   @brief Functions for managing the client SDK version.
00006 */
00007 
00008 #ifndef IOTHUB_CLIENT_VERSION_H
00009 #define IOTHUB_CLIENT_VERSION_H
00010 
00011 #define IOTHUB_SDK_VERSION "1.1.0"
00012 
00013 #include "azure_c_shared_utility/umock_c_prod.h"
00014 
00015 #ifdef __cplusplus
00016 extern "C"
00017 {
00018 #endif
00019 
00020     /**
00021      * @brief   Returns a pointer to a null terminated string containing the
00022      *          current IoT Hub Client SDK version.
00023      *
00024      * @return  Pointer to a null terminated string containing the
00025      *          current IoT Hub Client SDK version.
00026      */
00027     MOCKABLE_FUNCTION(, const char*, IoTHubClient_GetVersionString);
00028 
00029 #ifdef __cplusplus
00030 }
00031 #endif
00032 
00033 #endif // IOTHUB_CLIENT_VERSION_H