public static final class Dot11ChannelUsageElement.Builder extends Dot11InformationElement.Builder
Constructor and Description |
---|
Dot11ChannelUsageElement.Builder() |
Modifier and Type | Method and Description |
---|---|
Dot11ChannelUsageElement |
build() |
Dot11ChannelUsageElement.Builder |
channelEntries(List<Dot11ChannelEntry> channelEntries) |
Dot11ChannelUsageElement.Builder |
correctLengthAtBuild(boolean correctLengthAtBuild) |
Dot11ChannelUsageElement.Builder |
length(byte length) |
Dot11ChannelUsageElement.Builder |
usageMode(Dot11ChannelUsageMode usageMode) |
elementId, getCorrectLengthAtBuild
public Dot11ChannelUsageElement.Builder usageMode(Dot11ChannelUsageMode usageMode)
usageMode
- usageModepublic Dot11ChannelUsageElement.Builder channelEntries(List<Dot11ChannelEntry> channelEntries)
channelEntries
- channelEntriespublic Dot11ChannelUsageElement.Builder length(byte length)
length
in class Dot11InformationElement.Builder
length
- lengthpublic Dot11ChannelUsageElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild
in interface LengthBuilder<Dot11InformationElement>
correctLengthAtBuild
in class Dot11InformationElement.Builder
correctLengthAtBuild
- correctLengthAtBuildpublic Dot11ChannelUsageElement build()
Copyright © 2011–2018 Pcap4J.org. All rights reserved.