|
Azure SDK for Embedded C
|
This page introduces you to coding patterns that are MQTT stack agnostic. These examples will give you a general overview of the API calls and structure needed to use the Azure IoT Embedded C SDK features.
To view scenario-focused examples using the API calls, please view the introductory examples on the Azure IoT Client README file.
For a more extensive demonstration of the API, please view and run the sample code, which uses Paho MQTT.
Below is an implementation for using the IoT Hub Client SDK. This is meant to guide users in incorporating their MQTT stack with the IoT Hub Client SDK. Note for simplicity reasons, this code will not compile. Ideally, guiding principles can be inferred from reading through this snippet to create an IoT solution.
1.8.20