Uses of Enum Class
org.pcap4j.packet.Dot11FrameControl.ProtocolVersion
Packages that use Dot11FrameControl.ProtocolVersion
-
Uses of Dot11FrameControl.ProtocolVersion in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11FrameControl.ProtocolVersionModifier and TypeFieldDescriptionDot11FrameControl.Builder.protocolVersionprivate final Dot11FrameControl.ProtocolVersionDot11FrameControl.protocolVersionMethods in org.pcap4j.packet that return Dot11FrameControl.ProtocolVersionModifier and TypeMethodDescriptionDot11FrameControl.getProtocolVersion()Returns the enum constant of this class with the specified name.static Dot11FrameControl.ProtocolVersion[]Dot11FrameControl.ProtocolVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pcap4j.packet with parameters of type Dot11FrameControl.ProtocolVersionModifier and TypeMethodDescriptionDot11FrameControl.Builder.protocolVersion(Dot11FrameControl.ProtocolVersion protocolVersion)