Public Attributes | List of all members
MQTTAsync_connectData Struct Reference

#include <MQTTAsync.h>

Public Attributes

struct {
   const void *   data
 
   int   len
 
binarypwd
 
char struct_id [4]
 
int struct_version
 
const char * username
 

Detailed Description

The connect options that can be updated before an automatic reconnect.

Definition at line 450 of file MQTTAsync.h.

Member Data Documentation

struct { ... } MQTTAsync_connectData::binarypwd

Optional binary password. Only checked and used if the password option is NULL

const void* MQTTAsync_connectData::data

binary password data

Definition at line 467 of file MQTTAsync.h.

int MQTTAsync_connectData::len

binary password length

Definition at line 466 of file MQTTAsync.h.

char MQTTAsync_connectData::struct_id[4]

The eyecatcher for this structure. Will be MQCD.

Definition at line 453 of file MQTTAsync.h.

int MQTTAsync_connectData::struct_version

The version number of this structure. Will be 0

Definition at line 455 of file MQTTAsync.h.

const char* MQTTAsync_connectData::username

MQTT servers that support the MQTT v3.1 protocol provide authentication and authorisation by user name and password. This is the user name parameter.

Definition at line 461 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