diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-3AAE78A4-75C5-5607-8775-43DFB43DCFE8.dita --- a/Symbian3/PDK/Source/GUID-3AAE78A4-75C5-5607-8775-43DFB43DCFE8.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-3AAE78A4-75C5-5607-8775-43DFB43DCFE8.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,35 +1,35 @@ - - - - - -Getting -and Setting IP Addresses TutorialThis topic describes how to get and set IP addresses. - -
Introduction

To establish a connection with the -host, the IP addresses must be determined and set. The IP address can be local -or remote. This tutorial describes the following:

    -
  • How to Get a Local IP Address

  • -
  • How to Get a Remote IP Address

  • -
  • How to Set the Local IP Address

  • -

Note: Usually IP address are automatically allocated to client -applications when a dial-up connection is established.

-
How to Get -a Local IP Address

The RSocket::LocalName() function -is used to get the local IP address and the port.

-
How to Get -a Remote IP Address

The RSocket::RemoteName() function -is used to get the remote IP address and the port

-
How to Set -the Local IP Address

The RSocket::Bind() function -is used to set the local IP address and the port. This call must be made by -server applications before calling RSocket::Listen(). To -get and set the IP address, the <code>anAddr</code> argument must be -of the class . TInetAddr.

+ + + + + +Getting +and Setting IP Addresses TutorialThis topic describes how to get and set IP addresses. + +
Introduction

To establish a connection with the +host, the IP addresses must be determined and set. The IP address can be local +or remote. This tutorial describes the following:

    +
  • How to Get a Local IP Address

  • +
  • How to Get a Remote IP Address

  • +
  • How to Set the Local IP Address

  • +

Note: Usually IP address are automatically allocated to client +applications when a dial-up connection is established.

+
How to Get +a Local IP Address

The RSocket::LocalName() function +is used to get the local IP address and the port.

+
How to Get +a Remote IP Address

The RSocket::RemoteName() function +is used to get the remote IP address and the port

+
How to Set +the Local IP Address

The RSocket::Bind() function +is used to set the local IP address and the port. This call must be made by +server applications before calling RSocket::Listen(). To +get and set the IP address, the <code>anAddr</code> argument must be +of the class . TInetAddr.

\ No newline at end of file