![]() |
Morse Micro IoT SDK
2.9.7
|
Command arguments structure for mqtt_subscribe.
Definition at line 5568 of file mmagic_controller.h.
#include <mmagic_controller.h>
Data Fields | |
| uint8_t | stream_id |
| Stream ID of the MQTT connection. More... | |
| struct string254 | topic |
| MQTT topic to subscribe to. More... | |
| uint8_t | qos |
| MQTT quality of service (0-2). More... | |
| uint8_t mmagic_core_mqtt_subscribe_cmd_args::qos |
MQTT quality of service (0-2).
Only 0 is supported for now.
Definition at line 5575 of file mmagic_controller.h.
| uint8_t mmagic_core_mqtt_subscribe_cmd_args::stream_id |
Stream ID of the MQTT connection.
Definition at line 5571 of file mmagic_controller.h.
| struct string254 mmagic_core_mqtt_subscribe_cmd_args::topic |
MQTT topic to subscribe to.
Definition at line 5573 of file mmagic_controller.h.