Prusa MINI Firmware overview
|
#include <tcpip_priv.h>
Public Attributes | |
enum tcpip_msg_type | type |
union { | |
struct { | |
tcpip_callback_fn function | |
void * msg | |
} api_msg | |
struct { | |
tcpip_api_call_fn function | |
struct tcpip_api_call_data * arg | |
sys_sem_t * sem | |
} api_call | |
struct { | |
struct pbuf * p | |
struct netif * netif | |
netif_input_fn input_fn | |
} inp | |
struct { | |
tcpip_callback_fn function | |
void * ctx | |
} cb | |
} | msg |
enum tcpip_msg_type tcpip_msg::type |
tcpip_callback_fn tcpip_msg::function |
void* tcpip_msg::msg |
struct { ... } tcpip_msg::api_msg |
tcpip_api_call_fn tcpip_msg::function |
struct tcpip_api_call_data* tcpip_msg::arg |
sys_sem_t* tcpip_msg::sem |
struct { ... } tcpip_msg::api_call |
struct pbuf* tcpip_msg::p |
struct netif* tcpip_msg::netif |
netif_input_fn tcpip_msg::input_fn |
struct { ... } tcpip_msg::inp |
void* tcpip_msg::ctx |
struct { ... } tcpip_msg::cb |
union { ... } tcpip_msg::msg |