#include <Q931call.h>
Data Fields | |
L3INT | id |
L3INT | type |
L3BOOL | error |
union { | |
struct Q931_CallTimerEvent timer | |
struct Q931_CallMessageEvent message | |
}; |
Definition at line 118 of file Q931call.h.
L3INT Q931_CallEvent::id |
Definition at line 120 of file Q931call.h.
Referenced by Q931CallSendEvent(), Q931Rx23(), Q931Rx43(), and Q931TimerTick().
L3INT Q931_CallEvent::type |
Definition at line 121 of file Q931call.h.
Referenced by Q931CallEventGetData(), and Q931CallSendEvent().
L3BOOL Q931_CallEvent::error |
Error event
Definition at line 122 of file Q931call.h.
struct Q931_CallTimerEvent Q931_CallEvent::timer [read] |
Definition at line 126 of file Q931call.h.
struct Q931_CallMessageEvent Q931_CallEvent::message [read] |
Definition at line 127 of file Q931call.h.
union { ... } |