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