25 #include <tqiodevice.h>
26 #include "tdelibs_export.h"
32 class KAsyncIOPrivate;
90 virtual void virtual_hook(
int id,
void* data );
Asynchronous I/O Support.
void readyRead()
This signal gets sent when the device is ready for reading.
virtual void enableRead(bool enable)=0
Toggles the emission of the readyRead() signal whenever the device is ready for reading.
virtual void enableWrite(bool enable)=0
Toggles the emission of the readyWrite() signal whenever the device is ready for writing.
void readyWrite()
This signal gets sent when the device is ready for writing.