Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEventQIO::postConnect ( p6ICom pIoIface,
P6IOCONTEXT pIoContext 
)
pure virtual

This method is used to establish a connection to the specified address.

Parameters
pIoIface[ in ] The I/O interface to use as the source of the connection. The Interface should already have been bound to a local port.
pIoContext[ in ] A pointer to an P6IOCONTEXT structure. The m_address member must be initialized to the address to connect to.
See Also
P6R::p6ITcpSocket, P6R::p6IUdpSocket, P6R::P6IOCONTEXT
Returns