![]() |
Morse Micro IoT SDK
2.11.2
|
Command arguments structure for socket_recv.
Definition at line 5608 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_socket_recv_cmd_args::len |
Maximum length of data.
Definition at line 5613 of file mmagic_controller.h.
| uint8_t mmagic_core_socket_recv_cmd_args::stream_id |
Stream ID of the socket to receive from.
Definition at line 5611 of file mmagic_controller.h.
| uint32_t mmagic_core_socket_recv_cmd_args::timeout |
Timeout in ms.
0 to return immediately, UINT32_MAX to wait indefinitely.
Definition at line 5615 of file mmagic_controller.h.