Remote monitoring IoTHub device sample

Dependencies:   azure_c_shared_utility EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed azure_uamqp_c serializer wolfSSL

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers remote_monitoring.h Source File

remote_monitoring.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 #ifndef REMOTE_MONITORING_H
00005 #define REMOTE_MONITORING_H
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011     void remote_monitoring_run(void);
00012 
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016 
00017 #endif /* REMOTE_MONITORING_H */