#include <cstdint>
#include <cstring>
#include <functional>
#include <string>
#include "core/ma_core.h"
#include "porting/ma_porting.h"
#include "resource.hpp"
Go to the source code of this file.
|
void | ma::server::callback::getMqttPubsub (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
|
void | ma::server::callback::configureMqttPubsub (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
|
void | ma::server::callback::getMqttSta (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
|
void | ma::server::callback::configureMqttServer (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
|
void | ma::server::callback::getMqttConfig (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
|
void | ma::server::callback::configureMqttCA (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
|
void | ma::server::callback::getMqttCA (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
|
◆ MA_HAS_NATTIVE_MQTT_SUPPORT
#define MA_HAS_NATTIVE_MQTT_SUPPORT 1 |