Azure IoT C SDK
iothub_client_version.h
Go to the documentation of this file.
1 // Copyright (c) Microsoft. All rights reserved.
2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
3 
8 #ifndef IOTHUB_CLIENT_VERSION_H
9 #define IOTHUB_CLIENT_VERSION_H
10 
12 #define IOTHUB_SDK_VERSION "1.13.0"
13 
14 #include "umock_c/umock_c_prod.h"
15 
16 #ifdef __cplusplus
17 extern "C"
18 {
19 #endif
20 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif // IOTHUB_CLIENT_VERSION_H
const char * IoTHubClient_GetVersionString()
Returns a pointer to a null terminated string containing the current IoT Hub Client SDK version.