RCFProto
 All Classes Functions Typedefs
Public Member Functions | List of all members
RCF::UdpEndpoint Class Reference

Represents a UDP endpoint. More...

#include <UdpEndpoint.hpp>

Inheritance diagram for RCF::UdpEndpoint:
RCF::Endpoint

Public Member Functions

 UdpEndpoint (int port)
 Constructs a UdpEndpoint from a port number. The IP address defaults to 127.0.0.1 .
 
 UdpEndpoint (const std::string &ip, int port)
 Constructs a UdpEndpoint from an IP address and port number.
 

Detailed Description

Represents a UDP endpoint.


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