Uses of Enum
oshi.hardware.NetworkIF.IfOperStatus
Package
Description
[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
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of NetworkIF.IfOperStatus in oshi.hardware
Modifier and TypeMethodDescriptionstatic NetworkIF.IfOperStatus
NetworkIF.IfOperStatus.byValue
(int value) Find IfOperStatus by the integer value.default NetworkIF.IfOperStatus
NetworkIF.getIfOperStatus()
TheifOperStatus
as described in RFC 2863.static NetworkIF.IfOperStatus
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
-
Uses of NetworkIF.IfOperStatus in oshi.hardware.platform.windows