View simplesample_mqtt.c
// Copyright (c) Microsoft. All rights reserved. | |
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <stdint.h> | |
/* This sample uses the _LL APIs of iothub_client for example purposes. | |
That does not mean that MQTT only works with the _LL APIs. |