天嵌二次封装库使用手册
V2.1.2
|
#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.h 第 525 行定义.
int MQTTAsync_failureData::code |
A numeric code identifying the error.
在文件 MQTTAsync.h 第 530 行定义.
const char* MQTTAsync_failureData::message |
Optional text explaining the error. Can be NULL.
在文件 MQTTAsync.h 第 532 行定义.
MQTTAsync_token MQTTAsync_failureData::token |
A token identifying the failed request.
在文件 MQTTAsync.h 第 528 行定义.