RADIUS integer constant definitions.  
 More...
#include <client_dictionary.h>
|  | 
|  | IntCstDef (const uint8_t type, const std::string &name, const uint32_t value) | 
|  | Constructor. 
 | 
|  | 
| const std::string | name_ | 
|  | name. 
 | 
| const uint8_t | type_ | 
|  | attribute type. 
 | 
| const uint32_t | value_ | 
|  | value. 
 | 
RADIUS integer constant definitions. 
Definition at line 82 of file client_dictionary.h.
◆ IntCstDef()
  
  | 
        
          | isc::radius::IntCstDef::IntCstDef | ( | const uint8_t | type, |  
          |  |  | const std::string & | name, |  
          |  |  | const uint32_t | value ) |  | inline | 
 
Constructor. 
- Parameters
- 
  
    | type | attribute type. |  | name | integer constant name. |  | value | integer constant value. |  
 
Definition at line 90 of file client_dictionary.h.
References name_, type_, and value_.
 
 
◆ name_
      
        
          | const std::string isc::radius::IntCstDef::name_ | 
      
 
 
◆ type_
      
        
          | const uint8_t isc::radius::IntCstDef::type_ | 
      
 
 
◆ value_
      
        
          | const uint32_t isc::radius::IntCstDef::value_ | 
      
 
 
The documentation for this class was generated from the following file: