Source - read end of simplex channel. More...
Data Fields | |
const struct ComSourceVMT * | vtable |
Source - read end of simplex channel.
Source serves the purpose of unidirectional source of data. It can be read, but can't be written. User of source can either try to poll the source, or let source implementation know instance of COM_NOTIFICATION macro and be notified, once there is something available to be read from source.
const struct ComSourceVMT* ComSource::vtable |