OPAL
Version 3.18.8
|
#include <h323trans.h>
Inherits PString.
Public Member Functions | |
Response (const H323TransportAddress &addr, unsigned seqNum) | |
~Response () | |
void | SetPDU (const H323TransactionPDU &pdu) |
PBoolean | SendCachedResponse (H323Transport &transport) |
Data Fields | |
PTime | m_lastUsedTime |
PTimeInterval | m_retirementAge |
H323TransactionPDU * | m_replyPDU |
H323Transactor::Response::Response | ( | const H323TransportAddress & | addr, |
unsigned | seqNum | ||
) |
H323Transactor::Response::~Response | ( | ) |
PBoolean H323Transactor::Response::SendCachedResponse | ( | H323Transport & | transport | ) |
void H323Transactor::Response::SetPDU | ( | const H323TransactionPDU & | pdu | ) |
PTime H323Transactor::Response::m_lastUsedTime |
H323TransactionPDU* H323Transactor::Response::m_replyPDU |
PTimeInterval H323Transactor::Response::m_retirementAge |