Morse Micro IoT SDK  2.9.7

Detailed Description

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...
 

Field Documentation

◆ payload

struct raw1536 mmagic_mqtt_message_received_event_args::payload

Contents of the message.

Definition at line 5649 of file mmagic_controller.h.

◆ stream_id

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.

◆ topic

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.


The documentation for this struct was generated from the following file: