A simple IoTHub sample using AMQP as transport

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

This sample showcases the usage of Azure IoT client libraries with the AMQP transport for sending/receiving raw messages from an IoT Hub.

simplesample_amqp.h

Committer:
AzureIoTClient
Date:
2018-10-04
Revision:
91:dd9c294f8e84
Parent:
0:caa8884fe136

File content as of revision 91:dd9c294f8e84:

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

#ifndef SIMPLESAMPLEAMQP_H
#define SIMPLESAMPLEAMQP_H

#ifdef __cplusplus
extern "C" {
#endif

    void simplesample_amqp_run(void);

#ifdef __cplusplus
}
#endif

#endif /* SIMPLESAMPLEAMQP_H */