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
Diff: iothubtransportamqp_methods.h
- Revision:
- 42:c2eaa912a28c
- Parent:
- 29:7e8852b14e3b
--- a/iothubtransportamqp_methods.h Mon Sep 11 09:22:16 2017 -0700 +++ b/iothubtransportamqp_methods.h Mon Sep 25 13:37:09 2017 -0700 @@ -4,8 +4,6 @@ #ifndef IOTHUBTRANSPORTAMQP_METHODS_H #define IOTHUBTRANSPORTAMQP_METHODS_H -#ifdef WIP_C2D_METHODS_AMQP /* This feature is WIP, do not use yet */ - #include "azure_uamqp_c/session.h" #include "azure_c_shared_utility/buffer_.h" #include "azure_c_shared_utility/umock_c_prod.h" @@ -39,6 +37,4 @@ } #endif -#endif - #endif /* IOTHUBTRANSPORTAMQP_METHODS_H */