|
|
Asynchronous I/O Support
This abstract class provides basic functionality for asynchronous I/O support.
KAsyncIO ()
| KAsyncIO |
[protected]
void enableRead (bool enable)
| enableRead |
[pure virtual]
Toggles the emission of the readyRead signal whenever the device is ready for reading. This is useful if you want to know the first time the device is ready for reading and you don't want to read it now.
void enableWrite (bool enable)
| enableWrite |
[pure virtual]
Ditto for readyWrite
void readyRead ()
| readyRead |
[signal]
This signal gets sent when the device is ready for reading
void readyWrite ()
| readyWrite |
[signal]
This signal gets sent when the device is ready for writing