Main Page   Class Hierarchy   Compound List   Compound Members  

sdpConnection Class Reference

#include <sdpElements.h>

Inheritance diagram for sdpConnection:

sdpElement List of all members.

Public Methods

const char * getAddress ()
 Returns the Connection Address value.

const char * getAddressType ()
 Returns the Connection Address Type value.

const char * getNetworkType ()
 Returns the Connection Network Type value.

void setAddress (const char *a_Address)
 Sets the Connection Address value.

void setAddressType (const char *a_AddressType)
 Sets the Connection Address Type value.

void setNetworkType (const char *a_NetworkType)
 Sets the Connection Network Type value.

void clear ()
 Clears value.


Friends

class sdpSessionDescription

Detailed Description

Associated with a 'c=' entry in the session description and media description.


Member Function Documentation

void sdpConnection::clear  
 

Clears value.

This method clears the values stored in the corresponding object.

Returns:
void

Reimplemented from sdpElement.

const char * sdpConnection::getAddress  
 

Returns the Connection Address value.

This method returns the Connection Address portion of the sdpConnection object

Returns:
const char* - connection address from the c= line

const char * sdpConnection::getAddressType  
 

Returns the Connection Address Type value.

This method returns the Connection Address Type portion of the sdpConnection object

Returns:
const char* - connection address type from the c= line

const char * sdpConnection::getNetworkType  
 

Returns the Connection Network Type value.

This method returns the Connection Network Type portion of the sdpConnection object

Returns:
const char* - connection network type from the c= line

void sdpConnection::setAddress const char *    a_Address
 

Sets the Connection Address value.

This method sets the Connection Address portion of the sdpConnection object

Parameters:
a_Address  - connection address for the c= line
Returns:
void

void sdpConnection::setAddressType const char *    a_AddressType
 

Sets the Connection Address Type value.

This method sets the Connection Address Type portion of the sdpConnection object

Parameters:
a_AddressType  - connection address type for the c= line
Returns:
void

void sdpConnection::setNetworkType const char *    a_NetworkType
 

Sets the Connection Network Type value.

This method sets the Connection Network Type portion of the sdpConnection object

Parameters:
a_NetworkType  - connection network type for the c= line
Returns:
void


The documentation for this class was generated from the following files:
Generated on Fri Feb 17 18:17:51 2006 for SDP API by doxygen1.2.18