Package | Description |
---|---|
org.pcap4j.packet |
Modifier and Type | Method and Description |
---|---|
RadiotapFecType |
RadiotapDataMcs.getFecType() |
RadiotapFecType[] |
RadiotapDataVht.getFecTypes() |
static RadiotapFecType |
RadiotapFecType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
RadiotapDataMcs.Builder |
RadiotapDataMcs.Builder.fecType(RadiotapFecType fecType) |
RadiotapDataVht.Builder |
RadiotapDataVht.Builder.fecTypes(RadiotapFecType[] fecTypes) |
Copyright © 2011–2019 Pcap4J.org. All rights reserved.