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