coreMQTT Agent v1.0.0
Thread safe MQTT 3.1.1 Client
MQTTAgentReturnInfo_t Struct Reference

Struct holding return codes and outputs from a command. More...

#include <core_mqtt_agent.h>

Data Fields

MQTTStatus_t returnCode
  More...
 
uint8_t * pSubackCodes
  More...
 

Detailed Description

Struct holding return codes and outputs from a command.

Field Documentation

◆ returnCode

MQTTStatus_t MQTTAgentReturnInfo_t::returnCode

Return code of the MQTT command.

◆ pSubackCodes

uint8_t* MQTTAgentReturnInfo_t::pSubackCodes

Array of SUBACK statuses, for a SUBSCRIBE command.


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