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... | |
Base class for IP-based client transports. Provides IP-related functionality.
IpAddress RCF::IpClientTransport::getLocalIp | ( | ) |
Gets the local IP address the client transport should bind to.
void RCF::IpClientTransport::setLocalIp | ( | const IpAddress & | localIp | ) |
Sets the local IP address the client transport should bind to.
IpAddress RCF::IpClientTransport::getAssignedLocalIp | ( | ) |
Returns the local IP address the client transport is actually bound to.