AWS IoT Device SDK C:
MQTT
MQTT 3.1.1 client library
|
Return to main page ↑ |
Defined constants of the MQTT library.
Libraries may #
constants in their headers with special meanings. This page describes the meanings and uses of any constants defined by the MQTT library. Related constants are shown in a single section on this page.define
Provides default values for the data types of the MQTT library.
All user-facing data types of the MQTT library should be initialized using one of the following.
Example
Flags that modify the behavior of MQTT library functions.
Flags should be bitwise-ORed with each other to change the behavior of IotMqtt_SubscribeAsync, IotMqtt_UnsubscribeAsync, IotMqtt_PublishAsync, their blocking versions; or IotMqtt_Disconnect.