Uses of Class
org.pcap4j.packet.RadiotapFecType
-
Packages that use RadiotapFecType Package Description org.pcap4j.packet -
-
Uses of RadiotapFecType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as RadiotapFecType Modifier and Type Field Description private RadiotapFecTypeRadiotapDataMcs.Builder. fecTypeprivate RadiotapFecTypeRadiotapDataMcs. fecTypeprivate RadiotapFecType[]RadiotapDataVht.Builder. fecTypesprivate RadiotapFecType[]RadiotapDataVht. fecTypesMethods in org.pcap4j.packet that return RadiotapFecType Modifier and Type Method Description RadiotapFecTypeRadiotapDataMcs. getFecType()RadiotapFecType[]RadiotapDataVht. getFecTypes()static RadiotapFecTypeRadiotapFecType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RadiotapFecType[]RadiotapFecType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pcap4j.packet with parameters of type RadiotapFecType Modifier and Type Method Description RadiotapDataMcs.BuilderRadiotapDataMcs.Builder. fecType(RadiotapFecType fecType)RadiotapDataVht.BuilderRadiotapDataVht.Builder. fecTypes(RadiotapFecType[] fecTypes)
-