TuyaOS
成员变量
tcpip_msg结构体 参考
tcpip_msg 的协作图:
Collaboration graph
[图例]

成员变量

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
 

该结构体的文档由以下文件生成: