Kea 2.7.5
|
Encapsulates PSID value. More...
#include <option_data_types.h>
Public Member Functions | |
PSID () | |
Default constructor. | |
PSID (const uint16_t psid) | |
Constructor. | |
uint16_t | asUint16 () const |
Returns PSID value as a number. | |
Encapsulates PSID value.
Definition at line 249 of file option_data_types.h.
|
inline |
Default constructor.
Definition at line 253 of file option_data_types.h.
|
inlineexplicit |
Constructor.
This constructor doesn't perform any checks on the input data.
psid | PSID value. |
Definition at line 260 of file option_data_types.h.
|
inline |
Returns PSID value as a number.
Definition at line 265 of file option_data_types.h.