![]() |
Morse Micro IoT SDK
2.11.2
|
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... | |
| 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.
| uint16_t mmagic_core_socket_connect_cmd_args::port |
Port to connect to.
Definition at line 5493 of file mmagic_controller.h.
| 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.
| 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.