Demo using MBED TLS

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed

Fork of iothub_client_sample_amqp by Azure IoT

iothub_client_sample_amqp.h

Committer:
markrad
Date:
2017-01-05
Revision:
58:f50b97b08851
Parent:
0:eb1c7bc1f4f1

File content as of revision 58:f50b97b08851:

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

#ifndef IOTHUB_CLIENT_SAMPLE_AMQP_H
#define IOTHUB_CLIENT_SAMPLE_AMQP_H

#ifdef __cplusplus
extern "C" {
#endif

	void iothub_client_sample_amqp_run(void);

#ifdef __cplusplus
}
#endif

#endif /* IOTHUB_CLIENT_SAMPLE_AMQP_H */