Methods implemented by the interface of class ComChannel.
More...
Methods implemented by the interface of class ComChannel.
Interface of class ComChannel is an union of interfaces of ComSink and ComSource. Implementer must provide definitions for all the methods present in this interface.
◆ free
bool(* ComChannelVMT::free) (SELF) |
◆ read
int(* ComChannelVMT::read) (SELF, uint8_t *data, unsigned max_len) |
◆ ready
bool(* ComChannelVMT::ready) (SELF) |
◆ set_notify
◆ write
int(* ComChannelVMT::write) (SELF, const uint8_t *data, unsigned length) |