public abstract class ByteOption extends DhcpOption
| Constructor and Description |
|---|
ByteOption() |
| Modifier and Type | Method and Description |
|---|---|
short |
getByteValue() |
byte[] |
getData()
Get the data (wire format) into a byte array.
|
void |
setData(byte[] data)
Set the data (wire format) from a byte array.
|
void |
setShortValue(short shortValue) |
getClassByTag, getTag, getTagByClass, writeTopublic void setData(byte[] data)
DhcpOptionsetData in class DhcpOptionpublic byte[] getData()
DhcpOptionDhcpOption.setData(byte[]).getData in class DhcpOptionpublic short getByteValue()
public void setShortValue(short shortValue)
Copyright © 2021. All rights reserved.