Sink - write end of simplex channel. More...
Data Fields | |
const struct ComSinkVMT * | vtable |
Sink - write end of simplex channel.
Sink serves the purpose of unidirectional sink for data. It can be written, but cannot be read. Essentially, sink provides only one method, which allows to write a chunk of data into sink. There is no notification available for letting user to know, if sink is writable, or not.
const struct ComSinkVMT* ComSink::vtable |