MQTTAsync_failureData - (unknown subject)

NAME  SYNOPSIS  Data Fields  Detailed Description  Field Documentation  MQTTAsync_token token  int code  const char* message  Author 

NAME

MQTTAsync_failureData

SYNOPSIS

#include <MQTTAsync.h>

Data Fields

MQTTAsync_token token
int code
const char * message

Detailed Description

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

Field Documentation

MQTTAsync_token token

A token identifying the failed request.

int code

A numeric code identifying the error.

const char* message

Optional text explaining the error. Can be NULL.

Author

Generated automatically by Doxygen for Paho Asynchronous MQTT C Client Library from the source code.


Updated 2024-01-29 - jenkler.se | uex.se