Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_event_iterator Struct Reference

supposed to be an opaque type More...

#include <event_defs.h>

Collaboration diagram for ast_event_iterator:
Collaboration graph
[legend]

Data Fields

const struct ast_eventevent
 
uint16_t event_len
 
struct ast_event_ieie
 

Detailed Description

supposed to be an opaque type

This is only here so that it can be declared on the stack.

Definition at line 352 of file event_defs.h.

Field Documentation

◆ event

const struct ast_event* event

Definition at line 354 of file event_defs.h.

Referenced by ast_event_iterator_init(), and ast_event_iterator_next().

◆ event_len

uint16_t event_len

Definition at line 353 of file event_defs.h.

Referenced by ast_event_iterator_init(), and ast_event_iterator_next().

◆ ie

struct ast_event_ie* ie

The documentation for this struct was generated from the following file: