public class DhcpMessageType extends DhcpOption
| Constructor and Description |
|---|
DhcpMessageType() |
DhcpMessageType(MessageType type) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Get the data (wire format) into a byte array.
|
byte |
getTag()
Get the option's code tag.
|
MessageType |
getType() |
void |
setData(byte[] messageType)
Set the data (wire format) from a byte array.
|
getClassByTag, getTagByClass, writeTopublic DhcpMessageType()
public DhcpMessageType(MessageType type)
public byte getTag()
DhcpOptiongetTag in class DhcpOptionpublic void setData(byte[] messageType)
DhcpOptionsetData in class DhcpOptionpublic byte[] getData()
DhcpOptionDhcpOption.setData(byte[]).getData in class DhcpOptionpublic MessageType getType()
Copyright © 2021. All rights reserved.