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

Initializes the UDP socket component.

This method must be called successfully before any other method can be called.

Parameters
af[ in ] The P6ADDRFAM family for this socket. Currently on P6AF_INET is supported.
fFlags[ in ]
Returns