|
|
| sMQTTTopicRetain (const char *name, const char *payload) |
| |
|
| sMQTTTopic (const char *name, char QoS=0) |
| |
|
| sMQTTTopic (const char *name, unsigned short nameLen, const char *payload, unsigned short payloadLen) |
| |
|
| sMQTTTopic (std::string &name, std::string &payload, char QoS=0) |
| |
|
| sMQTTTopic (sMQTTTopic *other) |
| |
|
void | update (sMQTTTopic *other) |
| |
|
const char * | Name () |
| | toppic name
|
| |
|
const char * | Payload () |
| | topic payload
|
| |
|
unsigned char | QoS () |
| | topic qos
|
| |
| bool | match (sMQTTTopic *other) |
| |
| bool | match (const std::string &other) |
| |
| void | subscribe (sMQTTClient *client) |
| |
|
bool | unsubscribe (sMQTTClient *client) |
| |
|
const sMQTTClientList | getSubscribeList () |
| |
|
|
std::string | _name |
| |
|
char * | _payload |
| |
|
unsigned char | qos |
| |
|
unsigned short | _payloadLen |
| |
|
sMQTTClientList | clients |
| |
The documentation for this class was generated from the following file: