|
LOM2M
0.8.0
|
#include <mqttBinding.h>
Public Member Functions | |
| void | init () |
| MqttTopic () | |
| const String & | getContentType () |
| void | setContentType (const String &m_contentType) |
| bool | parseTopic (char *topicChar) |
| bool | parseTopicString (String &topic) |
| void | setTargetFromUri (const String &uri) |
| void | setRequestFlag (String &topic) |
| void | setResponseFlag (String &topic) |
| void | enableRequestFlag () |
| void | enableResponseFlag () |
| void | disableRequestFlag () |
| void | disableResponseFlag () |
| const String & | getSource () |
| const String & | getTarget () |
| bool | isRequest () |
| bool | isResponse () |
| void | setSource (const String &source) |
| void | setTarget (const String &target) |
| String | getTopicAsString () |
Protected Attributes | |
| String | m_source |
| String | m_target |
| String | m_contentType |
| bool | m_req |
| bool | m_resp |
Used to check and validate the MQTT topic of any received request
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |