|
join 1.0
lightweight network framework library
|
description of an option. More...
#include <dhcp_option.hpp>
Public Attributes | |
| uint8_t | code |
| const char * | name |
| Type | type |
| uint32_t | min |
| uint32_t | max |
| uint32_t | mask |
description of an option.
| uint8_t join::DhcpOption::Info::code |
option code.
| uint32_t join::DhcpOption::Info::mask |
accepted values as a bitmask, zero if unconstrained.
| uint32_t join::DhcpOption::Info::max |
highest accepted value, zero if unconstrained.
| uint32_t join::DhcpOption::Info::min |
lowest accepted value, per element for lists.
| const char* join::DhcpOption::Info::name |
option name.
| Type join::DhcpOption::Info::type |
type of the value carried.