#include <pnamedpipe.h>
Public Member Functions | |
| NamedPipeServer () throw () | |
| Named pipe server constructor. | |
| NamedPipeServer (const char *name) throw (IOError) | |
| Named pipe server listen constructor. | |
| ~NamedPipeServer () throw () | |
| void | listen (const char *name) throw (IOError) |
| void | close () throw (IOError) |
| bool | waitClient (unsigned int timeout) throw (IOError) |
| Wait for client. | |
| const std::string & | path () const throw () |
Protected Member Functions | |
| io_handle_t | accept () throw (IOError) |
Friends | |
| class | NamedPipe |
Named pipe server class used to create a named pipe and accept client connections. On UNIX systems named pipes are implemented using a PF_UNIX type socket.
Definition at line 40 of file pnamedpipe.h.
|
|
Named pipe server constructor.
|
|
|
Named pipe server listen constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 64 of file pnamedpipe.h. |
|
|
Wait for client. Waits for a client to connect to the named pipe.
|
|
|
Definition at line 42 of file pnamedpipe.h. |
1.3.3