fork from simple sample of mqtt

Dependencies:   azure_c_shared_utility azure_umqtt_c iothub_client iothub_mqtt_transport serializer wolfSSL

Fork of simplesample_mqtt by Azure IoT

simplesample_mqtt.h

Committer:
lrh
Date:
2017-02-07
Revision:
32:27328e208674
Parent:
2:eef448cf9eb7

File content as of revision 32:27328e208674:

// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

#ifndef SIMPLESAMPLEMQTT_H
#define SIMPLESAMPLEMQTT_H

#ifdef __cplusplus
extern "C" {
#endif

    void simplesample_mqtt_run(void);

#ifdef __cplusplus
}
#endif

#endif /* SIMPLESAMPLEMQTT_H */