#include <h450pdu.h>
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
void H450xDispatcher::AddOpCode |
( |
unsigned |
opcode, |
|
|
H450xHandler * |
handler |
|
) |
| |
Add a handler for the op code.
virtual void H450xDispatcher::AttachToAlerting |
( |
H323SignalPDU & |
pdu | ) |
[virtual] |
virtual void H450xDispatcher::AttachToConnect |
( |
H323SignalPDU & |
pdu | ) |
[virtual] |
virtual void H450xDispatcher::AttachToReleaseComplete |
( |
H323SignalPDU & |
pdu | ) |
[virtual] |
virtual void H450xDispatcher::AttachToSetup |
( |
H323SignalPDU & |
pdu | ) |
[virtual] |
unsigned H450xDispatcher::GetNextInvokeId |
( |
| ) |
const [inline] |
Get the next available invoke Id for H450 operations
References nextInvokeId.
virtual BOOL H450xDispatcher::HandlePDU |
( |
const H323SignalPDU & |
pdu | ) |
[virtual] |
Handle an incoming X880 Invoke PDU. The default behaviour is to attempt to decode the invoke operation and call the corresponding OnReceived<Operation> method on the EndPoint.
virtual BOOL H450xDispatcher::OnReceivedReject |
( |
X880_Reject & |
reject | ) |
[virtual] |
Handle an incoming X880 Reject PDU. The default behaviour is to attempt to match the reject to a previous invoke, return result or return error operation and call OnReceived<Operation>Reject method on the EndPoint.
virtual BOOL H450xDispatcher::OnReceivedReturnError |
( |
X880_ReturnError & |
returnError | ) |
[virtual] |
Handle an incoming X880 Return Error PDU. The default behaviour is to attempt to match the return error to a previous invoke operation and call the corresponding OnReceived<Operation>Error method on the EndPoint.
virtual BOOL H450xDispatcher::OnReceivedReturnResult |
( |
X880_ReturnResult & |
returnResult | ) |
[virtual] |
Handle an incoming X880 Return Result PDU. The default behaviour is to attempt to match the return result to a previous invoke operation and call the corresponding OnReceived<Operation>Success method on the EndPoint.
void H450xDispatcher::SendGeneralReject |
( |
int |
invokeId, |
|
|
int |
problem |
|
) |
| |
void H450xDispatcher::SendInvokeReject |
( |
int |
invokeId, |
|
|
int |
problem |
|
) |
| |
void H450xDispatcher::SendReturnError |
( |
int |
invokeId, |
|
|
int |
returnError |
|
) |
| |
Send a return error in response to an invoke operation.
void H450xDispatcher::SendReturnErrorReject |
( |
int |
invokeId, |
|
|
int |
problem |
|
) |
| |
void H450xDispatcher::SendReturnResultReject |
( |
int |
invokeId, |
|
|
int |
problem |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: