netmgr_msg_t结构体 参考

this struct defines netmgr message 更多...

#include <netmgr.h>

成员变量

netmgr_msgid_t id
 
union {
   int   status
 
   void *   network_status_change
 
   void *   trace
 
data
 

详细描述

this struct defines netmgr message

在文件 netmgr.h185 行定义.

结构体成员变量说明

◆ 

union { ... } data

◆ id

netmgr msg id

在文件 netmgr.h186 行定义.

◆ network_status_change

void* network_status_change

msg content of status change

在文件 netmgr.h189 行定义.

◆ status

int status

reason of status change

在文件 netmgr.h188 行定义.

◆ trace

void* trace

在文件 netmgr.h190 行定义.


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