#include <sippdu.h>
Collaboration diagram for SIPSubscribe::NotifyCallbackInfo:
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 | |||
) |