|
enum | QoS { MOST_ONCE = 0,
LEAST_ONCE = 1,
EXACTLY_ONCE = 2
} |
|
|
| MqttMessage (const std::string &topic, const std::string &message, QoS oqs=QoS::LEAST_ONCE) |
|
std::string | topic () const |
|
std::string | message () const |
|
QoS | qos () const |
|
bool | isEmpty () const |
|
bool | operator! () const |
|
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/beeeon-gateway-master/src/net/MqttMessage.h
- /var/lib/jenkins/workspace/beeeon-gateway-master/src/net/MqttMessage.cpp