The local IP address and port can be obtained with RSocket::LocalName()
. The anAddr
argument should be of the class TInetAddr
.
The local IP address and port can be set with RSocket::Bind()
. The anAddr
argument should be of the class TInetAddr
.
This call must be made by server applications before calling RSocket::Listen()
.
Client applications normally have an IP address automatically allocated to them when a dial-up connection is established.
The IP address and port of the remote host for a connected socket can be obtained with RSocket::RemoteName()
. The anAddr
argument should be of the class TInetAddr
.