OPAL  Version 3.14.3
SIPSubscribe::NotifyCallbackInfo Struct Reference

#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

SIPSubscribeHandlerm_handler
 
SIPEndPointm_endpoint
 
SIP_PDUm_request
 
SIP_PDUm_response
 
bool m_sendResponse
 

Constructor & Destructor Documentation

SIPSubscribe::NotifyCallbackInfo::NotifyCallbackInfo ( SIPSubscribeHandler handler,
SIPEndPoint ep,
SIP_PDU request,
SIP_PDU response 
)

Member Function Documentation

bool SIPSubscribe::NotifyCallbackInfo::SendResponse ( SIP_PDU::StatusCodes  status = SIP_PDU::Successful_OK,
const char *  extra = NULL 
)

Field Documentation

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

The documentation for this struct was generated from the following file: