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:
AzureIoTClient
Date:
2015-09-22
Revision:
2:1e6040e0c035
Parent:
0:1b5f413bf328

File content as of revision 2:1e6040e0c035:

// 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_private.h"

#ifdef __cplusplus
extern "C"
{
#endif

    extern const void* AMQP_Protocol(void);

#ifdef __cplusplus
}
#endif

#endif /*IOTHUBTRANSPORTAMQP_H*/