public static final class Dot11DsssParameterSetElement.Builder extends Dot11InformationElement.Builder
Constructor and Description |
---|
Dot11DsssParameterSetElement.Builder() |
Modifier and Type | Method and Description |
---|---|
Dot11DsssParameterSetElement |
build() |
Dot11DsssParameterSetElement.Builder |
correctLengthAtBuild(boolean correctLengthAtBuild) |
Dot11DsssParameterSetElement.Builder |
currentChannel(byte currentChannel) |
Dot11DsssParameterSetElement.Builder |
length(byte length) |
elementId, getCorrectLengthAtBuild
public Dot11DsssParameterSetElement.Builder()
public Dot11DsssParameterSetElement.Builder currentChannel(byte currentChannel)
currentChannel
- currentChannelpublic Dot11DsssParameterSetElement.Builder length(byte length)
length
in class Dot11InformationElement.Builder
length
- lengthpublic Dot11DsssParameterSetElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild
in interface LengthBuilder<Dot11InformationElement>
correctLengthAtBuild
in class Dot11InformationElement.Builder
correctLengthAtBuild
- correctLengthAtBuildpublic Dot11DsssParameterSetElement build()
Copyright © 2011–2019 Pcap4J.org. All rights reserved.