OPAL  Version 3.18.8
SIPConnection::Init Struct Reference

#include <sipcon.h>

Collaboration diagram for SIPConnection::Init:

Public Member Functions

 Init (OpalCall &call, SIPEndPoint &endpoint)
 

Data Fields

OpalCallm_call
 Owner call for connection. More...
 
SIPEndPointm_endpoint
 SIP endpoint that controls the connection. More...
 
PString m_token
 Token to identify the connection. More...
 
SIPURL m_address
 Destination address for outgoing call. More...
 
void * m_userData
 User data. More...
 
SIP_PDUm_invite
 Invite packet. More...
 
unsigned m_options
 Connection options. More...
 
OpalConnection::StringOptionsm_stringOptions
 complex string options More...
 

Constructor & Destructor Documentation

SIPConnection::Init::Init ( OpalCall call,
SIPEndPoint endpoint 
)
inline

Field Documentation

SIPURL SIPConnection::Init::m_address

Destination address for outgoing call.

OpalCall& SIPConnection::Init::m_call

Owner call for connection.

SIPEndPoint& SIPConnection::Init::m_endpoint

SIP endpoint that controls the connection.

SIP_PDU* SIPConnection::Init::m_invite

Invite packet.

unsigned SIPConnection::Init::m_options

Connection options.

OpalConnection::StringOptions* SIPConnection::Init::m_stringOptions

complex string options

PString SIPConnection::Init::m_token

Token to identify the connection.

void* SIPConnection::Init::m_userData

User data.


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