Uses of Enum Class
org.jnetpcap.constant.PcapIfFlag
Packages that use PcapIfFlag
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
Various libpcap related constants
-
Uses of PcapIfFlag in org.jnetpcap
Methods in org.jnetpcap that return types with arguments of type PcapIfFlagModifier and TypeMethodDescriptionPcapIf.flagsAsEnumSet()Returns the interface flags as an EnumSet of PcapIfFlag values. -
Uses of PcapIfFlag in org.jnetpcap.constant
Methods in org.jnetpcap.constant that return PcapIfFlagModifier and TypeMethodDescriptionstatic PcapIfFlagReturns the enum constant of this class with the specified name.static PcapIfFlag[]PcapIfFlag.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 PcapIfFlagModifier and TypeMethodDescriptionstatic Set<PcapIfFlag> PcapIfFlag.toEnumSet(int flags) Converts integer flag bit-field, to an enum set.