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

This method is used on connection oriented interfaces (sockets) to begin accepting incoming connections.

Prior to calling this method, the socket must have been bound to local address and port and the interfaces listen() method must have been called successfully.

This method does NOT take a P6IOCONTEXT and the resulting event notification will pass NULL for this argument. All other notifications will include a valid P6IOCONTEXT. Therefore the absence of an P6IOCONTEXT can be used to infer that the notification is for a newly accepted socket.

Parameters
pIoIface[ in ] The I/O interface instance pointer on which to begin accepting connections.
Returns