Class RadiotapVhtBandwidth
java.lang.Object
org.pcap4j.packet.namednumber.NamedNumber<Byte, RadiotapVhtBandwidth>
org.pcap4j.packet.namednumber.RadiotapVhtBandwidth
- All Implemented Interfaces:
Serializable, Comparable<RadiotapVhtBandwidth>
Radiotap VHT field's Bandwidth
- Since:
- pcap4j 1.6.5
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RadiotapVhtBandwidth160: 11static final RadiotapVhtBandwidth20: 0static final RadiotapVhtBandwidth20L: 2static final RadiotapVhtBandwidth20LL: 7static final RadiotapVhtBandwidth20LLL: 18static final RadiotapVhtBandwidth20LLU: 19static final RadiotapVhtBandwidth20LU: 8static final RadiotapVhtBandwidth20LUL: 20static final RadiotapVhtBandwidth20LUU: 21static final RadiotapVhtBandwidth20U: 3static final RadiotapVhtBandwidth20UL: 9static final RadiotapVhtBandwidth20ULL: 22static final RadiotapVhtBandwidth20ULU: 23static final RadiotapVhtBandwidth20UU: 10static final RadiotapVhtBandwidth20UUL: 24static final RadiotapVhtBandwidth20UUU: 25static final RadiotapVhtBandwidth40: 1static final RadiotapVhtBandwidth40L: 5static final RadiotapVhtBandwidth40LL: 14static final RadiotapVhtBandwidth40LU: 15static final RadiotapVhtBandwidth40U: 6static final RadiotapVhtBandwidth40UL: 16static final RadiotapVhtBandwidth40UU: 17static final RadiotapVhtBandwidth80: 4static final RadiotapVhtBandwidth80L: 12static final RadiotapVhtBandwidth80U: 13private static final Map<Byte, RadiotapVhtBandwidth> private static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic RadiotapVhtBandwidthgetInstance(Byte value) static RadiotapVhtBandwidthregister(RadiotapVhtBandwidth number)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
BW_20
20: 0 -
BW_40
40: 1 -
BW_20L
20L: 2 -
BW_20U
20U: 3 -
BW_80
80: 4 -
BW_40L
40L: 5 -
BW_40U
40U: 6 -
BW_20LL
20LL: 7 -
BW_20LU
20LU: 8 -
BW_20UL
20UL: 9 -
BW_20UU
20UU: 10 -
BW_160
160: 11 -
BW_80L
80L: 12 -
BW_80U
80U: 13 -
BW_40LL
40LL: 14 -
BW_40LU
40LU: 15 -
BW_40UL
40UL: 16 -
BW_40UU
40UU: 17 -
BW_20LLL
20LLL: 18 -
BW_20LLU
20LLU: 19 -
BW_20LUL
20LUL: 20 -
BW_20LUU
20LUU: 21 -
BW_20ULL
20ULL: 22 -
BW_20ULU
20ULU: 23 -
BW_20UUL
20UUL: 24 -
BW_20UUU
20UUU: 25 -
registry
-
-
Constructor Details
-
RadiotapVhtBandwidth
-
-
Method Details
-
getInstance
- Parameters:
value- value- Returns:
- a RadiotapVhtBandwidth object.
-
register
- Parameters:
number- number- Returns:
- a RadiotapVhtBandwidth object.
-
compareTo
- Specified by:
compareToin interfaceComparable<RadiotapVhtBandwidth>- Specified by:
compareToin classNamedNumber<Byte, RadiotapVhtBandwidth>
-
valueAsString
- Overrides:
valueAsStringin classNamedNumber<Byte, RadiotapVhtBandwidth>- Returns:
- a string representation of this value.
-