![]() |
Morse Micro IoT SDK
2.9.7
|
Command arguments structure for tcp_read_poll.
Definition at line 4936 of file mmagic_controller.h.
#include <mmagic_controller.h>
Data Fields | |
| uint8_t | stream_id |
| Stream ID of the socket to wait on. More... | |
| uint32_t | timeout |
| Timeout in ms. More... | |
| uint8_t mmagic_core_tcp_read_poll_cmd_args::stream_id |
Stream ID of the socket to wait on.
Definition at line 4939 of file mmagic_controller.h.
| uint32_t mmagic_core_tcp_read_poll_cmd_args::timeout |
Timeout in ms.
0 to return immediately, UINT32_MAX to wait indefinately.
Definition at line 4941 of file mmagic_controller.h.