AWS IoT Device SDK C: MQTT
MQTT 3.1.1 client library
Return to main page ↑
IoT_Publish_Message_Params Struct Reference

Publish Message Parameters Type. More...

#include <aws_iot_mqtt_client.h>

Data Fields

QoS qos
 Message Quality of Service.
 
uint8_t isRetained
 Retained messages are NOT supported by the AWS IoT Service at the time of this SDK release.
 
uint8_t isDup
 Is this message a duplicate QoS > 0 message? Handled automatically by the MQTT client.
 
uint16_t id
 Message sequence identifier. Handled automatically by the MQTT client.
 
void * payload
 Pointer to MQTT message payload (bytes).
 
size_t payloadLen
 Length of MQTT payload.
 

Detailed Description

Publish Message Parameters Type.

Defines a type for MQTT Publish messages. Used for both incoming and out going messages


The documentation for this struct was generated from the following file: