net_getIPAddress
# net_getIPAddress
>i**描述:获取网卡设备的IP地址
函数:String net_getIPAddress(String type)**
#### 代码示例
```java
SmdtManager mdtManager= SmdtManager.create(this);
mdtManager.net_getIPAddress("eth0");
```
#### 参数
|类型 |名称 |说明 |
|- |- |- |
|String|type|eth0/wlan0|
#### 返回值
|类型 |说明 |
|- |- |
|String|IP地址 |
| |"no_support":不支持|