天嵌二次封装库使用手册  V2.1.2
MQTTAsync_failureData结构体 参考

#include <MQTTAsync.h>

Public 属性

MQTTAsync_token token
 
int code
 
const char * message
 

详细描述

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

在文件 MQTTAsync.h525 行定义.

类成员变量说明

int MQTTAsync_failureData::code

A numeric code identifying the error.

在文件 MQTTAsync.h530 行定义.

const char* MQTTAsync_failureData::message

Optional text explaining the error. Can be NULL.

在文件 MQTTAsync.h532 行定义.

MQTTAsync_token MQTTAsync_failureData::token

A token identifying the failed request.

在文件 MQTTAsync.h528 行定义.


该结构体的文档由以下文件生成: