#include <h450pdu.h>
Inheritance diagram for H450xHandler:
Public Member Functions | |
H450xHandler (H323Connection &connection, H450xDispatcher &dispatcher) | |
virtual void | AttachToSetup (H323SignalPDU &pdu) |
virtual void | AttachToAlerting (H323SignalPDU &pdu) |
virtual void | AttachToConnect (H323SignalPDU &pdu) |
virtual void | AttachToReleaseComplete (H323SignalPDU &pdu) |
virtual BOOL | OnReceivedInvoke (int opcode, int invokeId, int linkedId, PASN_OctetString *argument)=0 |
virtual BOOL | OnReceivedReturnResult (X880_ReturnResult &returnResult) |
virtual BOOL | OnReceivedReturnError (int errorCode, X880_ReturnError &returnError) |
virtual BOOL | OnReceivedReject (int problemType, int problemNumber) |
void | SendReturnError (int returnError) |
void | SendGeneralReject (int problem) |
void | SendInvokeReject (int problem) |
void | SendReturnResultReject (int problem) |
void | SendReturnErrorReject (int problem) |
BOOL | DecodeArguments (PASN_OctetString *argString, PASN_Object &argObject, int absentErrorCode) |
unsigned | GetInvokeId () const |
Protected Attributes | |
H323EndPoint & | endpoint |
H323Connection & | connection |
H450xDispatcher & | dispatcher |
unsigned | currentInvokeId |
|
|
|
Reimplemented in H4502Handler, and H45011Handler. |
|
Reimplemented in H4502Handler, and H45011Handler. |
|
Reimplemented in H4502Handler, and H45011Handler. |
|
Reimplemented in H4502Handler, and H45011Handler. |
|
|
|
|
|
Implemented in H4502Handler, H4504Handler, H4506Handler, and H45011Handler. |
|
Reimplemented in H45011Handler. |
|
Reimplemented in H4502Handler, and H45011Handler. |
|
Reimplemented in H4502Handler, and H45011Handler. |
|
|
|
|
|
Send a return error in response to an invoke operation. |
|
|
|
|
|
|
|
|
|
|
|
|