#include <diameter_parser_api.h>
Public Member Functions | |
AAADictionaryEntry (AAA_AVPCode code, const char *name, AAA_AVPDataType type, AAAVendorId id, AAA_AVPFlag flg, int proto) | |
Public Attributes | |
AAA_AVPCode | avpCode |
std::string | avpName |
AAA_AVPDataType | avpType |
AAAVendorId | vendorId |
AAA_AVPFlag | flags |
int | protocol |
The following structure is returned by the dictionary entry lookup functions. It contains information about a particular AVP in the dictionary:
|
constructor
|
|
AVP code |
|
AVP type |
|
AVP flags |
|
Protocol |
|
Vendor ID |