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