Go to the documentation of this file.
47 void write(
const void *buffer,
unsigned int nbytes);
49 ssize_t read(
void *buffer,
unsigned int &nbytes);
58 void(*_handler)(
const void *data,
void *buffer,
unsigned int nbyte);
64 Pipe(
void(*handler)(
const void *data,
void *buffer,
unsigned int nbyte),
const void *data);