Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITcpSocket::initialize ( P6ADDRFAM  af,
P6SOCKFLAGS  fFlags 
)
pure virtual

Initializes the instance for use and must be called prior to calling any other method on the interface.

Parameters
af[ in ] The P6R::P6ADDRFAM (address family) for the new socket. Currently P6AF_INET (IPv4) is supported. Future releases will also support P6AF_INET6 (IPv6).
fFlags[ in ] Socket control flags that set specific features for the socket such as asynchronous operation, SSL/TLS encryption etc.
Returns