![]() |
Morse Micro IoT SDK
2.9.7
|
Command arguments structure for tcp_recv.
Definition at line 4840 of file mmagic_controller.h.
#include <mmagic_controller.h>
Data Fields | |
| uint8_t | stream_id |
| Stream ID of the socket to receive from. More... | |
| uint16_t | len |
| TCP port to listen on. More... | |
| uint32_t | timeout |
| Timeout in ms. More... | |
| uint16_t mmagic_core_tcp_recv_cmd_args::len |
TCP port to listen on.
Definition at line 4845 of file mmagic_controller.h.
| uint8_t mmagic_core_tcp_recv_cmd_args::stream_id |
Stream ID of the socket to receive from.
Definition at line 4843 of file mmagic_controller.h.
| uint32_t mmagic_core_tcp_recv_cmd_args::timeout |
Timeout in ms.
0 to return immediately, UINT32_MAX to wait indefinately.
Definition at line 4847 of file mmagic_controller.h.