Rtos API example

Embed: (wiki syntax)

« Back to documentation index

api_msg.h File Reference

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.