1# HdfFeatureInfo
2
3
4## 概述
5
6定义Feature对象信息
7
8**起始版本:** 3.2
9
10**相关模块:**[WLAN](_w_l_a_n_v11.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| String [ifName](#ifname) | Feature对象的网卡名称  |
21| int [type](#type) | Feature对象类型  |
22
23
24## 类成员变量说明
25
26
27### ifName
28
29```
30String HdfFeatureInfo::ifName
31```
32**描述**
33
34Feature对象的网卡名称
35
36
37### type
38
39```
40int HdfFeatureInfo::type
41```
42**描述**
43
44Feature对象类型
45