|
OpenH323
1.18.0
|
#include <gccpdu.h>
Public Types | |
| enum | Choices { e_aggregatedChannel, e_transportConnection, e_nonStandard } |
Public Member Functions | |
| GCC_NetworkAddress_subtype (unsigned tag=0, TagClass tagClass=UniversalTagClass) | |
| operator GCC_NetworkAddress_subtype_aggregatedChannel & () | |
| operator const GCC_NetworkAddress_subtype_aggregatedChannel & () const | |
| operator GCC_NetworkAddress_subtype_transportConnection & () | |
| operator const GCC_NetworkAddress_subtype_transportConnection & () const | |
| operator GCC_NonStandardParameter & () | |
| operator const GCC_NonStandardParameter & () const | |
| BOOL | CreateObject () |
| PObject * | Clone () const |
| GCC_NetworkAddress_subtype::GCC_NetworkAddress_subtype | ( | unsigned | tag = 0, |
| TagClass | tagClass = UniversalTagClass |
||
| ) |
| PObject* GCC_NetworkAddress_subtype::Clone | ( | ) | const |
| GCC_NetworkAddress_subtype::operator const GCC_NetworkAddress_subtype_aggregatedChannel & | ( | ) | const |
| GCC_NetworkAddress_subtype::operator const GCC_NetworkAddress_subtype_transportConnection & | ( | ) | const |
| GCC_NetworkAddress_subtype::operator const GCC_NonStandardParameter & | ( | ) | const |
| GCC_NetworkAddress_subtype::operator GCC_NetworkAddress_subtype_aggregatedChannel & | ( | ) |
| GCC_NetworkAddress_subtype::operator GCC_NetworkAddress_subtype_transportConnection & | ( | ) |
| GCC_NetworkAddress_subtype::operator GCC_NonStandardParameter & | ( | ) |
1.7.6.1