![]() |
|
Uniot Core
|
| 0.8.1 |
This is the complete list of members for uniot::MQTTDevice, including all inherited members.
| getDeviceId() const | uniot::MQTTDevice | |
| getOwnerId() const | uniot::MQTTDevice | |
| handle(const String &topic, const Bytes &payload)=0 | uniot::MQTTDevice | protectedpure virtual |
| isSubscribed(const String &topic) | uniot::MQTTDevice | |
| isTopicMatch(const String &storedTopic, const String &incomingTopic) const | uniot::MQTTDevice | |
| MQTTDevice() | uniot::MQTTDevice | inline |
| MQTTKit class | uniot::MQTTDevice | friend |
| publish(const String &topic, const Bytes &payload, bool retained=false, bool sign=false) | uniot::MQTTDevice | |
| publishDevice(const String &subTopic, const Bytes &payload, bool retained=false, bool sign=false) | uniot::MQTTDevice | |
| publishEmptyDevice(const String &subTopic) | uniot::MQTTDevice | |
| publishGroup(const String &groupId, const String &subTopic, const Bytes &payload, bool retained=false, bool sign=false) | uniot::MQTTDevice | |
| subscribe(const String &topic) | uniot::MQTTDevice | |
| subscribeDevice(const String &subTopic) | uniot::MQTTDevice | |
| subscribeGroup(const String &groupId, const String &subTopic) | uniot::MQTTDevice | |
| syncSubscriptions()=0 | uniot::MQTTDevice | pure virtual |
| unsubscribe(const String &topic) | uniot::MQTTDevice | |
| unsubscribeFromAll() | uniot::MQTTDevice | |
| ~MQTTDevice() | uniot::MQTTDevice | virtual |