OPAL
Version 3.14.3
|
#include <sippdu.h>
Public Member Functions | |
NotifyCallbackInfo (SIPSubscribeHandler &handler, SIPEndPoint &ep, SIP_PDU &request, SIP_PDU &response) | |
bool | SendResponse (SIP_PDU::StatusCodes status=SIP_PDU::Successful_OK, const char *extra=NULL) |
Data Fields | |
SIPSubscribeHandler & | m_handler |
SIPEndPoint & | m_endpoint |
SIP_PDU & | m_request |
SIP_PDU & | m_response |
bool | m_sendResponse |
SIPSubscribe::NotifyCallbackInfo::NotifyCallbackInfo | ( | SIPSubscribeHandler & | handler, |
SIPEndPoint & | ep, | ||
SIP_PDU & | request, | ||
SIP_PDU & | response | ||
) |
bool SIPSubscribe::NotifyCallbackInfo::SendResponse | ( | SIP_PDU::StatusCodes | status = SIP_PDU::Successful_OK , |
const char * | extra = NULL |
||
) |
SIPEndPoint& SIPSubscribe::NotifyCallbackInfo::m_endpoint |
SIPSubscribeHandler& SIPSubscribe::NotifyCallbackInfo::m_handler |
SIP_PDU& SIPSubscribe::NotifyCallbackInfo::m_request |
SIP_PDU& SIPSubscribe::NotifyCallbackInfo::m_response |
bool SIPSubscribe::NotifyCallbackInfo::m_sendResponse |