JRTPLIB  3.11.1
Public Member Functions | List of all members
jrtplib::RTPTCPAddress Class Reference

Represents a TCP 'address' and port. More...

#include <rtptcpaddress.h>

Inheritance diagram for jrtplib::RTPTCPAddress:
Inheritance graph
[legend]
Collaboration diagram for jrtplib::RTPTCPAddress:
Collaboration graph
[legend]

Public Member Functions

 RTPTCPAddress (SocketType sock)
 Creates an instance with which you can use a specific socket in the TCP transmitter (must be connected). More...
 
SocketType GetSocket () const
 Returns the socket that was specified in the constructor. More...
 
- Public Member Functions inherited from jrtplib::RTPAddress
AddressType GetAddressType () const
 Returns the type of address the actual implementation represents. More...
 

Additional Inherited Members

- Public Types inherited from jrtplib::RTPAddress

Detailed Description

This class is used by the TCP transmission component, to specify which sockets should be used to send/receive data, and to know on which socket incoming data was received.

Constructor & Destructor Documentation

jrtplib::RTPTCPAddress::RTPTCPAddress ( SocketType  sock)
inline

Member Function Documentation

SocketType jrtplib::RTPTCPAddress::GetSocket ( ) const
inline

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