Microsoft Azure IoTHub client MQTT transport

Dependents:   STM32F746_iothub_client_sample_mqtt FXOS8700CQ_To_Azure_IoT f767zi_mqtt FXOS8700CQ_To_Azure_IoT ... more

iothubtransportmqtt.h

Committer:
AzureIoTClient
Date:
2018-09-11
Revision:
41:410450f16a9f
Parent:
4:e472f5ce3473

File content as of revision 41:410450f16a9f:

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

#ifndef IOTHUBTRANSPORTMQTT_H
#define IOTHUBTRANSPORTMQTT_H

#include "iothub_transport_ll.h"

#ifdef __cplusplus
extern "C"
{
#endif
    extern const TRANSPORT_PROVIDER* MQTT_Protocol(void);

#ifdef __cplusplus
}
#endif

#endif /*IOTHUBTRANSPORTMQTT_H*/