|
TuyaOS
|

成员变量 | |
| union { | |
| struct { | |
| struct tcpip_api_call_data * arg | |
| tcpip_api_call_fn function | |
| sys_sem_t * sem | |
| } api_call | |
| struct { | |
| tcpip_callback_fn function | |
| void * msg | |
| } api_msg | |
| struct { | |
| void * ctx | |
| tcpip_callback_fn function | |
| } cb | |
| struct { | |
| netif_input_fn input_fn | |
| struct netif * netif | |
| struct pbuf * p | |
| } inp | |
| } | msg |
| enum tcpip_msg_type | type |