DhcpHeader
DhcpHeader
JSON Example
{
"op_code": "string"
}
string
op_code
Optional
Constraints:
default: BOOTREQUEST
This is used to specify the general type of message. A client sending request to a server uses an op code of BOOTREQUEST, while a server replying uses an op code of BOOTREPLY.
Possible values are :
BOOTREQUEST,
BOOTREPLY,