AWS IoT Embedded C Device SDK
Data Fields
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

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