#include <pipe_listen.h>
Public Member Functions | |
Construction | |
| CL_PipeListen (const CL_String &name) | |
| Constructs a PipeListen. | |
| ~CL_PipeListen () | |
Attributes | |
| int | get_handle () const |
| Get Handle. | |
Operations | |
| CL_Event | begin_accept () |
| Begin listening for pipe connection attempts. | |
| CL_PipeConnection | complete_accept () |
| Establish connection. | |
| void | cancel_accept () |
| Stop listening for connection attempts.. | |
| CL_PipeConnection | accept () |
| Block until a connection is established. | |
|
|
Constructs a PipeListen.
|
|
|
|
|
|
Block until a connection is established.
|
|
|
Begin listening for pipe connection attempts.
|
|
|
Stop listening for connection attempts..
|
|
|
Establish connection.
|
|
|
Get Handle.
|
1.4.6