Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITcpSocket::getLocalAddr ( P6NETADDR *  pLocalAddr)
pure virtual

Get the local address of the socket if bound.

Parameters
pLocalAddrA pointer to a P6NETADDR in which to place the local address information
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
P6R::eInvalidArgOne of the agruments was NULL
Any valid P6ERR.