class Connection
|
This class provides a simple means for IPC between two applications
via a pipe. More... |
|
|
Public Methods
Protected Slots
This class provides a simple means for IPC between two applications
via a pipe.
It handles a queue of commands to be sent which makes it possible to
queue data before an actual connection has been established.
~Connection ()
| ~Connection |
[virtual]
void init (int fd_in, int fd_out)
| init |
void connect (QObject *receiver = 0, const char *member = 0)
| connect |
[const]
[const]
[const]
bool sendnow ( int _cmd, const QByteArray &data )
| sendnow |
Receive data
Returns: >=0 indicates the received data size upon success
-1 indicates error
Don't handle incoming data until resumed
Resume handling of incoming data
bool suspended ()
| suspended |
[const]
Returns status of connection
[protected slots slot]
Generated by: dfaure on faure on Tue Apr 16 08:49:48 2002, using kdoc 2.0a53. |