Azure IoT C SDK
iothub.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 
9 #ifndef IOTHUB_H
10 #define IOTHUB_H
11 
12 #include "umock_c/umock_c_prod.h"
13 
14 #ifdef __cplusplus
15 extern "C"
16 {
17 #else
18 #endif
30  int IoTHub_Init();
44  void IoTHub_Deinit();
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif /* IOTHUB_H */
int IoTHub_Init()
IoTHubClient_Init Initializes the IoT Hub Client System.
void IoTHub_Deinit()
IoTHubClient_Deinit Frees resources initialized in the IoTHubClient_Init function call.