public enum Dhcp.OpCode extends Enum<Dhcp.OpCode> implements ProtocolMessageEnumBOOTP op code. See RFC951, section 3.
Protobuf enum google.backstory.Dhcp.OpCode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BOOTREPLY |
Reply. |
BOOTREPLY_VALUE |
Reply. |
BOOTREQUEST |
Request. |
BOOTREQUEST_VALUE |
Request. |
UNKNOWN_OPCODE |
Default opcode. |
UNKNOWN_OPCODE_VALUE |
Default opcode. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|