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