class documentation

class OptionUsage(Enum):

View In Hierarchy

An enum to represent the possible usages of a DHCP option

Constant NONE No usage was set
Constant OPTION_DEFINITION The option is defining an option (for option-def)
Constant OPTION_IMPLEMENTATION The option is implementing an option (for option-data)
NONE: int =

No usage was set

Value
0
OPTION_DEFINITION: int =

The option is defining an option (for option-def)

Value
1
OPTION_IMPLEMENTATION: int =

The option is implementing an option (for option-data)

Value
2