OPAL
Version 3.18.8
|
#include <peclient.h>
Data Fields | |
H501_MessageCommonInfo & | requestCommon |
H501_MessageCommonInfo & | confirmCommon |
Protected Attributes | |
H323PeerElement & | peerElement |
![]() | |
H323Transactor & | m_transactor |
unsigned | m_requestSequenceNumber |
H323TransportAddressArray | m_replyAddresses |
bool | m_fastResponseRequired |
H323TransactionPDU * | m_request |
H323TransactionPDU * | m_confirm |
H323TransactionPDU * | m_reject |
H235Authenticators | m_authenticators |
H235Authenticator::ValidationResult | m_authenticatorResult |
bool | m_isBehindNAT |
bool | m_canSendRIP |
Additional Inherited Members | |
![]() | |
enum | Response { Ignore = -2, Reject = -1, Confirm = 0 } |
![]() | |
static Response | InProgress (unsigned time) |
![]() | |
virtual Response | OnHandlePDU ()=0 |
PDECLARE_NOTIFIER (PThread, H323Transaction, SlowHandler) | |
H501Transaction::H501Transaction | ( | H323PeerElement & | pe, |
const H501PDU & | pdu, | ||
PBoolean | hasReject | ||
) |
|
virtual |
Implements H323Transaction.
|
virtual |
Implements H323Transaction.
H501_MessageCommonInfo& H501Transaction::confirmCommon |
|
protected |
H501_MessageCommonInfo& H501Transaction::requestCommon |