coreMQTT Agent v1.1.0
Thread safe MQTT 3.1.1 Client
MQTTAgentAckInfo_t Struct Reference

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
 

Detailed Description

Information for a pending MQTT ack packet expected by the agent.

Field Documentation

◆ packetId

uint16_t MQTTAgentAckInfo_t::packetId

Packet ID of the pending acknowledgment.

◆ pOriginalCommand

MQTTAgentCommand_t* MQTTAgentAckInfo_t::pOriginalCommand

Command expecting acknowledgment.


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