public static final class Dot11MeshIdElement.Builder extends Dot11InformationElement.Builder
Constructor and Description |
---|
Dot11MeshIdElement.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, getCorrectLengthAtBuild
public Dot11MeshIdElement.Builder meshId(byte[] meshId)
meshId
- meshIdpublic Dot11MeshIdElement.Builder length(byte length)
length
in class Dot11InformationElement.Builder
length
- lengthpublic Dot11MeshIdElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild
in interface LengthBuilder<Dot11InformationElement>
correctLengthAtBuild
in class Dot11InformationElement.Builder
correctLengthAtBuild
- correctLengthAtBuildpublic Dot11MeshIdElement build()
Copyright © 2011–2019 Pcap4J.org. All rights reserved.