class TransferJob
|
The tranfer job pumps data into and/or out of a Slave. More... |
|
|
Public Methods
Signals
Protected Slots
- virtual void slotRedirection ( const KURL &url)
- virtual void slotData ( const QByteArray &data)
- virtual void slotDataReq ()
Protected Members
- bool m_suspended
- QByteArray staticData
Detailed Description
The tranfer job pumps data into and/or out of a Slave.
Data is sent to the slave on request of the slave (dataReq).
If data coming from the slave can not be handled, the
reading of data from the slave should be suspended.
Flow control. Suspend data processing from the slave.
Flow control. Resume data processing from the slave.
[signal]
Data from the slave has arrived.
Parameters:
data | data received from the slave
End of data (EOD) has been reached if data.size() == 0
|
[signal]
Request for data.
Parameters:
data | buffer to fill with data to send to the
slave. An empty buffer indicates end of data. (EOD)
|
Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35. |