JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
org.jnetpcap.constant.ArpHdr
Packages that use
ArpHdr
Package
Description
org.jnetpcap.constant
Various libpcap related constants
Uses of
ArpHdr
in
org.jnetpcap.constant
Methods in
org.jnetpcap.constant
that return
ArpHdr
Modifier and Type
Method
Description
static
ArpHdr
ArpHdr.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
ArpHdr
[]
ArpHdr.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.
Methods in
org.jnetpcap.constant
that return types with arguments of type
ArpHdr
Modifier and Type
Method
Description
static
Optional
<
ArpHdr
>
ArpHdr.
toEnum
(int id)
Converts the supplied id to an ArpHdr enum constant.