#include <aoc.h>

Data Fields | |
| union { | |
| int32_t id | |
| struct ast_aoc_charging_association_number number | |
| } | charge |
| uint8_t | charging_type |
Definition at line 194 of file aoc.h.
| union { ... } charge |
Referenced by aoc_create_ie_data(), aoc_e_event(), aoc_parse_ie(), ast_aoc_set_association_id(), and ast_aoc_set_association_number().
| uint8_t charging_type |
Definition at line 200 of file aoc.h.
Referenced by aoc_create_ie_data(), aoc_e_event(), aoc_parse_ie(), ast_aoc_set_association_id(), and ast_aoc_set_association_number().
| int32_t id |
Definition at line 196 of file aoc.h.
Referenced by aoc_create_ie_data(), aoc_e_event(), aoc_parse_ie(), and ast_aoc_set_association_id().
struct ast_aoc_charging_association_number number [read] |
Definition at line 197 of file aoc.h.
Referenced by aoc_create_ie_data(), aoc_e_event(), and ast_aoc_set_association_number().
1.6.1