|
AWS IoT Device SDK C:
MQTT
MQTT 3.1.1 client library
|
| Return to main page ↑ |
| C_mqttConnection_t | Represents an MQTT connection |
| C_mqttOperation_t | Internal structure representing a single MQTT operation, such as CONNECT, SUBSCRIBE, PUBLISH, etc |
| C_mqttPacket_t | Represents an MQTT packet received from the network |
| C_mqttSubscription_t | Represents a subscription stored in an MQTT connection |
| C_operationCompleteParams_t | Parameter 1 of _operationComplete |
| C_operationMatchParam_t | First parameter to _mqttOperation_match |
| C_packetMatchParams_t | First parameter to _packetMatch |
| C_receiveContext_t | Context for calls to the network receive function |
| C_topicMatchParams_t | First parameter to _topicMatch |
| CIotMqttCallbackInfo_t | MQTT callback function and context |
| CIotMqttCallbackParam_t | Parameter to an MQTT callback function |
| CIotMqttConnectInfo_t | MQTT connection details |
| CIotMqttNetworkInfo_t | MQTT network connection details |
| CIotMqttPacketInfo_t | MQTT packet details |
| CIotMqttPublishInfo_t | Information on a PUBLISH message |
| CIotMqttSerializer_t | Function pointers for MQTT packet serializer overrides |
| CIotMqttSubscription_t | MQTT subscription |