![]() |
Morse Micro IoT SDK
2.10.4
|
Command arguments structure for mqtt_publish.
Definition at line 7074 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 publish to. More... | |
| struct raw1536 | payload |
| Contents of the message. More... | |
| uint8_t | qos |
| MQTT quality of service (0-2). More... | |
| struct raw1536 mmagic_core_mqtt_publish_cmd_args::payload |
Contents of the message.
Definition at line 7081 of file mmagic_controller.h.
| uint8_t mmagic_core_mqtt_publish_cmd_args::qos |
MQTT quality of service (0-2).
Only 0 is supported for now.
Definition at line 7083 of file mmagic_controller.h.
| uint8_t mmagic_core_mqtt_publish_cmd_args::stream_id |
Stream ID of the MQTT connection.
Definition at line 7077 of file mmagic_controller.h.
| struct string254 mmagic_core_mqtt_publish_cmd_args::topic |
MQTT topic to publish to.
Definition at line 7079 of file mmagic_controller.h.