![]() |
PIP 5.7.0_beta
Platform-Independent Primitives
|
Immutable MQTT message. More...
#include <pimqtttypes.h>

Public Member Functions | |
| bool | isValid () const |
| Returns if the topic is not empty. | |
| const PIString & | topic () const |
| Returns the topic. | |
| PIStringList | topicList () const |
| Returns the topic split into non-empty components. | |
| const PIByteArray & | body () const |
| Returns the message body. | |
| const PIByteArray & | payload () const |
| Returns the message body. | |
| const PIMap< PIString, PIString > & | pathArguments () const |
| Returns extracted path arguments. | |
| const PIMap< int, PIString > & | properties () const |
| Returns map of properties. | |
| bool | isDuplicate () const |
Returns true for . | |
| QoS | qos () const |
| Returns QoS. | |
| int | ID () const |
| Returns message ID. | |
Immutable MQTT message.