![]() |
Morse Micro IoT SDK
2.10.4
|
Command arguments structure for tcp_recv.
Definition at line 6100 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 |
| Maximum length of data. More... | |
| uint32_t | timeout |
| Timeout in ms. More... | |
| uint16_t mmagic_core_tcp_recv_cmd_args::len |
Maximum length of data.
Definition at line 6105 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 6103 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 indefinitely.
Definition at line 6107 of file mmagic_controller.h.