#include <connection.h>
|
| CallEndReasonCodes | code:8 |
| |
| union { |
| unsigned q931:16 |
| |
| unsigned custom:16 |
| |
| }; | |
| |
| OpalConnection::CallEndReason::CallEndReason |
( |
CallEndReasonCodes |
reason = NumCallEndReasons, |
|
|
unsigned |
cause = 0 |
|
) |
| |
|
inline |
| OpalConnection::CallEndReason::CallEndReason |
( |
long |
reason | ) |
|
|
inlineexplicit |
| __inline int OpalConnection::CallEndReason::AsInteger |
( |
| ) |
const |
|
inline |
| __inline OpalConnection::CallEndReason::operator CallEndReasonCodes |
( |
| ) |
const |
|
inline |
| CallEndReasonCodes OpalConnection::CallEndReason::code |
| unsigned OpalConnection::CallEndReason::custom |
| unsigned OpalConnection::CallEndReason::q931 |
The documentation for this struct was generated from the following file: