|
OpenH323
1.18.0
|
#include <h245.h>
Public Types | |
| enum | Choices { e_request, e_response, e_command } |
Public Member Functions | |
| H245_FunctionNotUnderstood (unsigned tag=0, TagClass tagClass=UniversalTagClass) | |
| operator H245_RequestMessage & () | |
| operator const H245_RequestMessage & () const | |
| operator H245_ResponseMessage & () | |
| operator const H245_ResponseMessage & () const | |
| operator H245_CommandMessage & () | |
| operator const H245_CommandMessage & () const | |
| BOOL | CreateObject () |
| PObject * | Clone () const |
| H245_FunctionNotUnderstood::H245_FunctionNotUnderstood | ( | unsigned | tag = 0, |
| TagClass | tagClass = UniversalTagClass |
||
| ) |
| PObject* H245_FunctionNotUnderstood::Clone | ( | ) | const |
| H245_FunctionNotUnderstood::operator const H245_CommandMessage & | ( | ) | const |
| H245_FunctionNotUnderstood::operator const H245_RequestMessage & | ( | ) | const |
| H245_FunctionNotUnderstood::operator const H245_ResponseMessage & | ( | ) | const |
| H245_FunctionNotUnderstood::operator H245_CommandMessage & | ( | ) |
| H245_FunctionNotUnderstood::operator H245_RequestMessage & | ( | ) |
| H245_FunctionNotUnderstood::operator H245_ResponseMessage & | ( | ) |
1.7.6.1