class Connection

This class provides a simple means for IPC between two applications via a pipe. More...

Full nameKIO::Connection
Definition#include <connection.h>
InheritsQObject (kdecore)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Static Methods

Protected Slots


Detailed Description

This class provides a simple means for IPC between two applications via a pipe. It handles a queue of commands to be sent, and has a internal signal called after a command has been sent, to send the next one (FIFO).

int  read ( int* _cmd, QByteArray & )

Receive data

Returns: >=0 indicates the received data size upon success -1 indicates error

void  suspend ()

Don't handle incoming data until resumed

void  resume ()

Resume handling of incoming data

void  sigpipe_handler (int)

[static]


Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:52 2000, using kdoc 2.0a35.