Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: azure_umqtt_c iothub_mqtt_transport mbed-rtos mbed wolfSSL Socket lwip-eth lwip-sys lwip
iothub_client_version.h
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
Generated on Wed Jul 13 2022 07:19:04 by
1.7.2