![]() |
Morse Micro IoT SDK
2.9.7
|
Event arguments structure for mqtt_message_received.
Definition at line 5642 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 the message was received on. More... | |
| struct raw1536 | payload |
| Contents of the message. More... | |
| struct raw1536 mmagic_mqtt_message_received_event_args::payload |
Contents of the message.
Definition at line 5649 of file mmagic_controller.h.
| uint8_t mmagic_mqtt_message_received_event_args::stream_id |
Stream ID of the MQTT connection.
Definition at line 5645 of file mmagic_controller.h.
| struct string254 mmagic_mqtt_message_received_event_args::topic |
MQTT topic the message was received on.
Definition at line 5647 of file mmagic_controller.h.