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

A structure of values and flags expected to be returned by command functions. More...

#include <core_mqtt_agent_command_functions.h>

Data Fields

uint16_t packetId
 Packet ID of packet sent by command.
 
bool endLoop
 Flag to indicate command loop should terminate.
 
bool addAcknowledgment
 Flag to indicate an acknowledgment should be tracked.
 
bool runProcessLoop
 Flag to indicate MQTT_ProcessLoop() should be called after this command.
 

Detailed Description

A structure of values and flags expected to be returned by command functions.


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