1# HdfNetDeviceInfo 2 3 4## **概述** 5 6网络设备信息。 7 8**相关模块:** 9 10[WLAN](wlan.md) 11 12 13## **汇总** 14 15 16### Public 属性 17 18 | 名称 | 描述 | 19| -------- | -------- | 20| [index](#index) | 网络设备索引。 | 21| [ifName](#ifname) | 网卡名称。 | 22| [ifNameLen](#ifnamelen) | 网卡名称长度。 | 23| [iftype](#iftype) | 网卡类型。 | 24| [mac](#mac) | 网络设备MAC地址。 | 25 26 27## **类成员变量说明** 28 29 30### ifName 31 32 33``` 34String HdfNetDeviceInfo::ifName 35``` 36 37**描述:** 38 39网卡名称。 40 41 42### ifNameLen 43 44 45``` 46unsigned int HdfNetDeviceInfo::ifNameLen 47``` 48 49**描述:** 50 51网卡名称长度。 52 53 54### iftype 55 56 57``` 58unsigned char HdfNetDeviceInfo::iftype 59``` 60 61**描述:** 62 63网卡类型。 64 65 66### index 67 68 69``` 70unsigned int HdfNetDeviceInfo::index 71``` 72 73**描述:** 74 75网络设备索引。 76 77 78### mac 79 80 81``` 82unsigned char [] HdfNetDeviceInfo::mac 83``` 84 85**描述:** 86 87网络设备MAC地址。 88