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. | |
A structure of values and flags expected to be returned by command functions.