| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
HardwareType |
Dhcp.hwType()
Returns the hardware type.
|
HardwareType |
Arp.hwType()
Returns the hardware type.
|
static HardwareType |
HardwareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HardwareType[] |
HardwareType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dhcp.Builder |
Dhcp.Builder.hwType(HardwareType hwType)
Sets the hardware type.
|
Arp.Builder |
Arp.Builder.hwType(HardwareType hwType)
Sets the hardware type.
|
Copyright © 2014. All Rights Reserved.