#include <sdpElements.h>
Inheritance diagram for sdpConnection:

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 |
|
|
Clears value. This method clears the values stored in the corresponding object.
Reimplemented from sdpElement. |
|
|
Returns the Connection Address value. This method returns the Connection Address portion of the sdpConnection object
|
|
|
Returns the Connection Address Type value. This method returns the Connection Address Type portion of the sdpConnection object
|
|
|
Returns the Connection Network Type value. This method returns the Connection Network Type portion of the sdpConnection object
|
|
|
Sets the Connection Address value. This method sets the Connection Address portion of the sdpConnection object
|
|
|
Sets the Connection Address Type value. This method sets the Connection Address Type portion of the sdpConnection object
|
|
|
Sets the Connection Network Type value. This method sets the Connection Network Type portion of the sdpConnection object
|
1.2.18