Information for a pending MQTT ack packet expected by the agent. More...
#include <core_mqtt_agent.h>
Data Fields | |
uint16_t | packetId |
MQTTAgentCommand_t * | pOriginalCommand |
Information for a pending MQTT ack packet expected by the agent.
uint16_t MQTTAgentAckInfo_t::packetId |
Packet ID of the pending acknowledgment.
MQTTAgentCommand_t* MQTTAgentAckInfo_t::pOriginalCommand |
Command expecting acknowledgment.