|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Header file for the MQTT shell backend. More...
#include <zephyr/kernel.h>#include <zephyr/shell/shell.h>#include <zephyr/net/socket.h>#include <zephyr/net/net_mgmt.h>#include <zephyr/net/net_event.h>#include <zephyr/net/conn_mgr_monitor.h>#include <zephyr/net/mqtt.h>#include <zephyr/sys/ring_buffer.h>Go to the source code of this file.
Macros | |
| #define | SHELL_MQTT_DEFINE(_name) |
| Define an MQTT shell transport instance. | |
Functions | |
| const struct shell * | shell_backend_mqtt_get_ptr (void) |
| This function provides pointer to shell mqtt backend instance. | |
| bool | shell_mqtt_get_devid (char *id, int id_max_len) |
| Function to define the device ID (devid) for which the shell mqtt backend uses as a client ID when it connects to the broker. | |
Header file for the MQTT shell backend.