Morse Micro IoT SDK  2.11.2

Detailed Description

Command arguments structure for socket_connect.

Definition at line 5488 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
 Port to connect to. More...
 
enum mmagic_socket_proto protocol
 Underlying protocol to be used. More...
 
bool enable_tls
 Enables TLS. More...
 

Field Documentation

◆ enable_tls

bool mmagic_core_socket_connect_cmd_args::enable_tls

Enables TLS.

Configure certificates through the TLS module.

Definition at line 5497 of file mmagic_controller.h.

◆ port

uint16_t mmagic_core_socket_connect_cmd_args::port

Port to connect to.

Definition at line 5493 of file mmagic_controller.h.

◆ protocol

enum mmagic_socket_proto mmagic_core_socket_connect_cmd_args::protocol

Underlying protocol to be used.

Definition at line 5495 of file mmagic_controller.h.

◆ url

struct string254 mmagic_core_socket_connect_cmd_args::url

URL of the server to connect to.

Definition at line 5491 of file mmagic_controller.h.


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