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: internal/uamqp_messaging.h
- Revision:
- 56:8704100b3b54
- Parent:
- 53:e21e1e88460f
diff -r 6420ea342cd1 -r 8704100b3b54 internal/uamqp_messaging.h --- a/internal/uamqp_messaging.h Thu Jul 12 18:08:04 2018 -0700 +++ b/internal/uamqp_messaging.h Tue Sep 11 11:11:47 2018 -0700 @@ -13,11 +13,11 @@ { #endif - MOCKABLE_FUNCTION(, int, message_create_IoTHubMessage_from_uamqp_message, MESSAGE_HANDLE, uamqp_message, IOTHUB_MESSAGE_HANDLE*, iothubclient_message); - MOCKABLE_FUNCTION(, int, message_create_uamqp_encoding_from_iothub_message, MESSAGE_HANDLE, message_batch_container, IOTHUB_MESSAGE_HANDLE, message_handle, BINARY_DATA*, body_binary_data); + MOCKABLE_FUNCTION(, int, message_create_IoTHubMessage_from_uamqp_message, MESSAGE_HANDLE, uamqp_message, IOTHUB_MESSAGE_HANDLE*, iothubclient_message); + MOCKABLE_FUNCTION(, int, message_create_uamqp_encoding_from_iothub_message, MESSAGE_HANDLE, message_batch_container, IOTHUB_MESSAGE_HANDLE, message_handle, BINARY_DATA*, body_binary_data); #ifdef __cplusplus } #endif -#endif /*UAMQP_MESSAGING_H*/ \ No newline at end of file +#endif /*UAMQP_MESSAGING_H*/