Package com.pi4j.system
Class NetworkInterface
- java.lang.Object
-
- com.pi4j.system.NetworkInterface
-
public class NetworkInterface extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBroadcastAddress()StringgetIPAddress()StringgetLinkEncap()StringgetMACAddress()StringgetMetric()StringgetMTU()StringgetSubnetMask()
-
-
-
Method Detail
-
getLinkEncap
public String getLinkEncap()
-
getIPAddress
public String getIPAddress()
-
getMACAddress
public String getMACAddress()
-
getBroadcastAddress
public String getBroadcastAddress()
-
getSubnetMask
public String getSubnetMask()
-
getMTU
public String getMTU()
-
getMetric
public String getMetric()
-
-