_MqttReplayMsg
#include <mqtt_client.h>
Public Attributes
| Name | |
|---|---|
| word32 | payload_len |
| char[MQTT_MAX_REPLAY_TOPIC] | topic |
| byte[MQTT_MAX_REPLAY_PAYLOAD] | payload |
| char * | topic |
| byte * | payload |
| word16 | packet_id |
| byte | qos |
| byte | retain |
| byte | pubrelSent |
| byte | haveCopy |
Public Attributes Documentation
variable payload_len
word32 payload_len;
variable topic
char[MQTT_MAX_REPLAY_TOPIC] topic;
variable payload
byte[MQTT_MAX_REPLAY_PAYLOAD] payload;
variable topic
char * topic;
variable payload
byte * payload;
variable packet_id
word16 packet_id;
variable qos
byte qos;
variable retain
byte retain;
variable pubrelSent
byte pubrelSent;
variable haveCopy
byte haveCopy;
Updated on 2026-09-18 at 01:19:24 +0000