public static final class Dot11MeshIdElement.Builder extends Dot11InformationElement.Builder
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Dot11MeshIdElement |
build() |
Dot11MeshIdElement.Builder |
correctLengthAtBuild(boolean correctLengthAtBuild) |
Dot11MeshIdElement.Builder |
length(byte length) |
Dot11MeshIdElement.Builder |
meshId(byte[] meshId) |
elementId, getCorrectLengthAtBuildpublic Dot11MeshIdElement.Builder meshId(byte[] meshId)
meshId - meshIdpublic Dot11MeshIdElement.Builder length(byte length)
length in class Dot11InformationElement.Builderlength - lengthpublic Dot11MeshIdElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild in interface LengthBuilder<Dot11InformationElement>correctLengthAtBuild in class Dot11InformationElement.BuildercorrectLengthAtBuild - correctLengthAtBuildpublic Dot11MeshIdElement build()
Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.