Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
api_msg.h File Reference
netconn API lwIP internal implementations (do not use in application code) More...
Go to the source code of this file.
Data Structures | |
| struct | api_msg |
| This struct includes everything that is necessary to execute a function for a netconn in another thread context (mainly used to process netconns in the tcpip_thread context to be thread safe). More... | |
| struct | dns_api_msg |
| As lwip_netconn_do_gethostbyname requires more arguments but doesn't require a netconn, it has its own struct (to avoid struct api_msg getting bigger than necessary). More... | |
Detailed Description
netconn API lwIP internal implementations (do not use in application code)
Definition in file api_msg.h.
Generated on Fri Jul 22 2022 04:54:06 by
1.7.2
