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