Uses of Enum Class
org.jnetpcap.constant.PcapMode
-
Uses of PcapMode in org.jnetpcap.constant
Modifier and TypeMethodDescriptionstatic PcapMode
PcapMode.valueOf
(int mode) Converts numerical PCAP_MODE constant to an enum.static PcapMode
Returns the enum constant of this class with the specified name.static PcapMode[]
PcapMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.