|
JRTPLIB
3.11.2 (development version)
|
Represents a TCP 'address' and port. More...
#include <rtptcpaddress.h>


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... | |
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.