#include <MQTTProtocol.h>
Public Attributes | |
unsigned int | msgs_received |
unsigned int | msgs_sent |
List | pending_writes |
List | publications |
Definition at line 35 of file MQTTProtocol.h.
unsigned int MQTTProtocol::msgs_received |
Definition at line 38 of file MQTTProtocol.h.
unsigned int MQTTProtocol::msgs_sent |
Definition at line 39 of file MQTTProtocol.h.
List MQTTProtocol::pending_writes |
Definition at line 40 of file MQTTProtocol.h.
List MQTTProtocol::publications |
Definition at line 37 of file MQTTProtocol.h.