Uses of Class
oshi.driver.mac.net.NetStat.IFdata
| Package | Description |
|---|---|
| oshi.driver.mac.net |
Provides functions to query Mac network info
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
-
Uses of NetStat.IFdata in oshi.driver.mac.net
Methods in oshi.driver.mac.net that return types with arguments of type NetStat.IFdata Modifier and Type Method Description static java.util.Map<java.lang.Integer,NetStat.IFdata>NetStat. queryIFdata(int index)Map data for network interfaces. -
Uses of NetStat.IFdata in oshi.hardware.platform.mac
Constructor parameters in oshi.hardware.platform.mac with type arguments of type NetStat.IFdata Constructor Description MacNetworkIF(java.net.NetworkInterface netint, java.util.Map<java.lang.Integer,NetStat.IFdata> data)