C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
ComSink Struct Reference

Sink - write end of simplex channel. More...

Data Fields

const struct ComSinkVMTvtable
 

Detailed Description

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.

Field Documentation

◆ vtable

const struct ComSinkVMT* ComSink::vtable