#include <MQTTClient.h>
Public Attributes | |
const char * | name |
const char * | value |
MQTTClient_libraryInfo is used to store details relating to the currently used library such as the version in use, the time it was built and relevant openSSL options. There is one static instance of this struct in MQTTClient.c
Definition at line 778 of file MQTTClient.h.
const char* MQTTClient_nameValue::name |
Definition at line 780 of file MQTTClient.h.
const char* MQTTClient_nameValue::value |
Definition at line 781 of file MQTTClient.h.