![]() |
PIP 5.6.1
Platform-Independent Primitives
|
Core abstraction for configurable input/output devices. More...
Classes | |
| class | PIIODevice |
| Base class for input/output devices. More... | |
Typedefs | |
| typedef std::function< bool(const uchar *, int, void *)> | ReadRetFunc |
| Callback used by setThreadedReadSlot(). More... | |
Core abstraction for configurable input/output devices.
| typedef std::function<bool(const uchar *, int, void *)> ReadRetFunc |
Callback used by setThreadedReadSlot().
Receives pointer to data read by the background thread, number of bytes and user data set by setThreadedReadData().