#include <esp_systemapi.h>#include "mqtt-codec/src/message.h"
Include dependency graph for MqttPayloadParser.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | MqttPayloadParserState |
Macros | |
| #define | MQTT_PAYLOAD_PARSER_START -1 |
| #define | MQTT_PAYLOAD_PARSER_END -2 |
| #define | MQTT_PAYLOAD_LENGTH 1024 |
Typedefs | |
| using | MqttPayloadParser = Delegate< int(MqttPayloadParserState &state, mqtt_message_t *message, const char *buffer, int length)> |
Functions | |
| int | defaultPayloadParser (MqttPayloadParserState &state, mqtt_message_t *message, const char *buffer, int length) |
1.9.1