Morse Micro IoT SDK  2.9.7

Detailed Description

Command arguments structure for mqtt_start_agent.

Definition at line 5470 of file mmagic_controller.h.

#include <mmagic_controller.h>

Data Fields

struct string254 url
 URL of the broker to connect to. More...
 
uint16_t port
 Port of the broker to connect to. More...
 
struct string100 username
 Username to connect to the broker. More...
 
struct string100 password
 Password to connect to the broker. More...
 
bool secure
 Enables TLS for brokers that require it. More...
 

Field Documentation

◆ password

struct string100 mmagic_core_mqtt_start_agent_cmd_args::password

Password to connect to the broker.

Definition at line 5479 of file mmagic_controller.h.

◆ port

uint16_t mmagic_core_mqtt_start_agent_cmd_args::port

Port of the broker to connect to.

Definition at line 5475 of file mmagic_controller.h.

◆ secure

bool mmagic_core_mqtt_start_agent_cmd_args::secure

Enables TLS for brokers that require it.

Configure certificates through the TLS module.

Definition at line 5481 of file mmagic_controller.h.

◆ url

struct string254 mmagic_core_mqtt_start_agent_cmd_args::url

URL of the broker to connect to.

Definition at line 5473 of file mmagic_controller.h.

◆ username

struct string100 mmagic_core_mqtt_start_agent_cmd_args::username

Username to connect to the broker.

Definition at line 5477 of file mmagic_controller.h.


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