netmgr_wifi_network_status_change_t结构体 参考

this struct defines netmgr wifi status change info 更多...

#include <netmgr.h>

成员变量

char method [NETMGR_WIFI_METHOD_MAX_LENGTH+1]
 
int quantity
 
char status [NETMGR_WIFI_STATUS_MAX_LENGTH+1]
 
char ssid [NETMGR_WIFI_SSID_MAX_LENGTH+1]
 
char password [NETMGR_WIFI_PASSWORD_MAX_LENGTH+1]
 
uint8_t reason_code
 

详细描述

this struct defines netmgr wifi status change info

在文件 netmgr.h175 行定义.

结构体成员变量说明

◆ method

status change method

在文件 netmgr.h176 行定义.

◆ password

password of wifi

在文件 netmgr.h180 行定义.

◆ quantity

int quantity

signal quantity

在文件 netmgr.h177 行定义.

◆ reason_code

uint8_t reason_code

reason of status change

在文件 netmgr.h181 行定义.

◆ ssid

ssid of wifi

在文件 netmgr.h179 行定义.

◆ status

current status

在文件 netmgr.h178 行定义.


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