Go to the documentation of this file.
45 void write(
const void *buffer,
unsigned int nbytes);
47 ssize_t read(
void *buffer,
unsigned int &nbytes);
56 void(*_handler)(
const void *data,
void *buffer,
unsigned int nbyte);
62 Pipe(
void(*handler)(
const void *data,
void *buffer,
unsigned int nbyte),
const void *data);
70 #endif // DBUSXX_PIPE_H