Uses of Enum Class
org.jnetpcap.constant.PcapMode
Packages that use PcapMode
-
Uses of PcapMode in org.jnetpcap.constant
Methods in org.jnetpcap.constant that return PcapModeModifier and TypeMethodDescriptionstatic PcapModePcapMode.valueOf(int mode) Converts numerical PCAP_MODE constant to an enum.static PcapModeReturns 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.Methods in org.jnetpcap.constant that return types with arguments of type PcapMode