![]() |
Morse Micro IoT SDK
2.9.7
|
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... | |
| 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.
| uint16_t mmagic_core_tcp_connect_cmd_args::port |
TCP port to connect to.
Definition at line 4747 of file mmagic_controller.h.
| 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.