PIP 5.7.0_beta
Platform-Independent Primitives
Public Member Functions | List of all members
PIMQTT::MessageConst Class Reference

Immutable MQTT message. More...

#include <pimqtttypes.h>

Inheritance diagram for PIMQTT::MessageConst:
Inheritance graph
[legend]

Public Member Functions

bool isValid () const
 Returns if the topic is not empty.
 
const PIStringtopic () const
 Returns the topic.
 
PIStringList topicList () const
 Returns the topic split into non-empty components.
 
const PIByteArraybody () const
 Returns the message body.
 
const PIByteArraypayload () 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.
 

Detailed Description

Immutable MQTT message.