Uses of Class
oshi.hardware.NetworkIF.IfOperStatus
| Package | Description |
|---|---|
| oshi.hardware |
[oshi-core API] Provides cross-platform implementation to retrieve hardware
information such as CPU, Memory, Display, Disks, Network Interfaces, Power
Sources, Sensors, and USB Devices
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
-
Uses of NetworkIF.IfOperStatus in oshi.hardware
Methods in oshi.hardware that return NetworkIF.IfOperStatus Modifier and Type Method Description static NetworkIF.IfOperStatusNetworkIF.IfOperStatus. byValue(int value)Find IfOperStatus by the integer value.default NetworkIF.IfOperStatusNetworkIF. getIfOperStatus()TheifOperStatusas described in RFC 2863.static NetworkIF.IfOperStatusNetworkIF.IfOperStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NetworkIF.IfOperStatus[]NetworkIF.IfOperStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NetworkIF.IfOperStatus in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return NetworkIF.IfOperStatus Modifier and Type Method Description NetworkIF.IfOperStatusLinuxNetworkIF. getIfOperStatus() -
Uses of NetworkIF.IfOperStatus in oshi.hardware.platform.windows
Methods in oshi.hardware.platform.windows that return NetworkIF.IfOperStatus Modifier and Type Method Description NetworkIF.IfOperStatusWindowsNetworkIF. getIfOperStatus()