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

The commands sent from the APIs to the MQTT agent task. More...

#include <core_mqtt_agent.h>

Data Fields

MQTTAgentCommandType_t commandType
 Type of command.
 
void * pArgs
 Arguments of command.
 
MQTTAgentCommandCallback_t pCommandCompleteCallback
 Callback to invoke upon completion.
 
MQTTAgentCommandContext_tpCmdContext
 Context for completion callback.
 

Detailed Description

The commands sent from the APIs to the MQTT agent task.

Note
The structure used to pass information from the public facing API into the agent task.

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