| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <aoc.h>

| Data Fields | ||
| union { | ||
| int32_t id | ||
| struct ast_aoc_charging_association_number number | ||
| } | charge | |
| uint8_t | charging_type | |
| union { ... } charge | 
| uint8_t charging_type | 
Definition at line 200 of file aoc.h.
Referenced by aoc_create_ie_data(), aoc_e_event(), aoc_parse_ie(), association_to_json(), ast_aoc_set_association_id(), ast_aoc_set_association_number(), and AST_TEST_DEFINE().
| int32_t id | 
Definition at line 196 of file aoc.h.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), aoc_create_ie_data(), aoc_e_event(), aoc_parse_ie(), association_to_json(), ast_aoc_set_association_id(), and AST_TEST_DEFINE().
Definition at line 197 of file aoc.h.
Referenced by aoc_create_ie_data(), aoc_e_event(), association_to_json(), ast_aoc_set_association_number(), and AST_TEST_DEFINE().