Microsoft Azure IoTHub client AMQP transport

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp iothub_client_sample_amqp ... more

This library implements the AMQP transport for Microsoft Azure IoTHub client. The code is replicated from https://github.com/Azure/azure-iot-sdks

iothubtransportamqp.h

Committer:
Azure.IoT Build
Date:
2016-04-08
Revision:
12:841a4c36bd36
Parent:
4:57e049bce51e
Child:
17:597443dc65a4

File content as of revision 12:841a4c36bd36:

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

#ifndef IOTHUBTRANSPORTAMQP_H
#define IOTHUBTRANSPORTAMQP_H

#include "iothub_client_ll.h"
#include "iothub_transport_ll.h"

#ifdef __cplusplus
extern "C"
{
#endif

    extern const void* AMQP_Protocol(void);

#ifdef __cplusplus
}
#endif

#endif /*IOTHUBTRANSPORTAMQP_H*/