NetworkIpConnection Class Reference

#include <c4d_network.h>

公共成员函数

void  GetRemoteAddr ( NetworkIpAddrPort &ipaddr) const
void  GetHostAddr ( NetworkIpAddrPort &ipaddr) const

私有成员函数

  NetworkIpConnection ()
  ~NetworkIpConnection ()

构造函数 & 析构函数文档编制

◆  NetworkIpConnection()

NetworkIpConnection () private

◆  ~NetworkIpConnection()

~ NetworkIpConnection () private

成员函数文档编制

◆  GetRemoteAddr()

void GetRemoteAddr ( NetworkIpAddrPort ipaddr ) const

Retrieves the remote IP address + port for the connection.

参数
[out] ipaddr The remote IP address + port.

◆  GetHostAddr()

void GetHostAddr ( NetworkIpAddrPort ipaddr ) const

Retrieves the host IP address + port for the connection.

参数
[out] ipaddr The host IP address + port.