Public Attributes | List of all members
MQTTAsync_failureData Struct Reference

#include <MQTTAsync.h>

Public Attributes

int code
 
const char * message
 
MQTTAsync_token token
 

Detailed Description

The data returned on completion of an unsuccessful API call in the response callback onFailure.

Definition at line 511 of file MQTTAsync.h.

Member Data Documentation

int MQTTAsync_failureData::code

A numeric code identifying the error.

Definition at line 516 of file MQTTAsync.h.

const char* MQTTAsync_failureData::message

Optional text explaining the error. Can be NULL.

Definition at line 518 of file MQTTAsync.h.

MQTTAsync_token MQTTAsync_failureData::token

A token identifying the failed request.

Definition at line 514 of file MQTTAsync.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:49