Mark Radbourne / Mbed 2 deprecated iothub_client_sample_amqp

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed

Fork of iothub_client_sample_amqp by Azure IoT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers amqpvalue_to_string.h Source File

amqpvalue_to_string.h

00001 // Copyright (c) Microsoft. All rights reserved.
00002 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
00003 
00004 #ifndef AMQPVALUE_TO_STRING_H
00005 
00006 #include "azure_uamqp_c/amqpvalue.h"
00007 
00008 #ifdef __cplusplus
00009 extern "C" {
00010 #endif /* __cplusplus */
00011 
00012     extern char* amqpvalue_to_string(AMQP_VALUE amqp_value);
00013 
00014 #ifdef __cplusplus
00015 }
00016 #endif /* __cplusplus */
00017 
00018 #endif /* AMQPVALUE_TO_STRING_H */