join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::DhcpOption::Info Struct Reference

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
 

Detailed Description

description of an option.

Member Data Documentation

◆ code

uint8_t join::DhcpOption::Info::code

option code.

◆ mask

uint32_t join::DhcpOption::Info::mask

accepted values as a bitmask, zero if unconstrained.

◆ max

uint32_t join::DhcpOption::Info::max

highest accepted value, zero if unconstrained.

◆ min

uint32_t join::DhcpOption::Info::min

lowest accepted value, per element for lists.

◆ name

const char* join::DhcpOption::Info::name

option name.

◆ type

Type join::DhcpOption::Info::type

type of the value carried.


The documentation for this struct was generated from the following file: