Uses of Class
oshi.driver.mac.net.NetStat.IFdata
Packages that use NetStat.IFdata
Package
Description
Provides functions to query Mac network info
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.IFdataModifier and TypeMethodDescriptionstatic Map<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.IFdataModifierConstructorDescriptionMacNetworkIF
(NetworkInterface netint, Map<Integer, NetStat.IFdata> data)