Remote Call Framework 3.4
RCF::IpClientTransport Class Reference

Base class for IP-based client transports. Provides IP-related functionality. More...

#include <IpClientTransport.hpp>

Inherited by RCF::TcpClientTransport, and RCF::UdpClientTransport.

Public Member Functions

IpAddress getLocalIp ()
 Gets the local IP address the client transport should bind to. More...
 
void setLocalIp (const IpAddress &localIp)
 Sets the local IP address the client transport should bind to. More...
 
IpAddress getAssignedLocalIp ()
 Returns the local IP address the client transport is actually bound to. More...
 

Detailed Description

Base class for IP-based client transports. Provides IP-related functionality.

Member Function Documentation

◆ getLocalIp()

IpAddress RCF::IpClientTransport::getLocalIp ( )

Gets the local IP address the client transport should bind to.

◆ setLocalIp()

void RCF::IpClientTransport::setLocalIp ( const IpAddress localIp)

Sets the local IP address the client transport should bind to.

◆ getAssignedLocalIp()

IpAddress RCF::IpClientTransport::getAssignedLocalIp ( )

Returns the local IP address the client transport is actually bound to.


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