JRTPLIB  3.11.2 (development version)
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).
 
SocketType GetSocket () const
 Returns the socket that was specified in the constructor.
 
- Public Member Functions inherited from jrtplib::RTPAddress
AddressType GetAddressType () const
 Returns the type of address the actual implementation represents.
 

Additional Inherited Members

- Public Types inherited from jrtplib::RTPAddress
enum  AddressType {
  IPv4Address , IPv6Address , ByteAddress , UserDefinedAddress ,
  TCPAddress
}
 Identifies the actual implementation being used. More...
 

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.


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