Morse Micro IoT SDK  2.9.7

Detailed Description

Command arguments structure for tcp_connect.

Definition at line 4742 of file mmagic_controller.h.

#include <mmagic_controller.h>

Data Fields

struct string254 url
 URL of the server to connect to. More...
 
uint16_t port
 TCP port to connect to. More...
 
bool enable_tls
 Enables TLS. More...
 

Field Documentation

◆ enable_tls

bool mmagic_core_tcp_connect_cmd_args::enable_tls

Enables TLS.

Configure certificates through the TLS module.

Definition at line 4749 of file mmagic_controller.h.

◆ port

uint16_t mmagic_core_tcp_connect_cmd_args::port

TCP port to connect to.

Definition at line 4747 of file mmagic_controller.h.

◆ url

struct string254 mmagic_core_tcp_connect_cmd_args::url

URL of the server to connect to.

Definition at line 4745 of file mmagic_controller.h.


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