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 String
getBroadcastAddress()
String
getIPAddress()
String
getLinkEncap()
String
getMACAddress()
String
getMetric()
String
getMTU()
String
getSubnetMask()
-
-
-
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()
-
-