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

Methods implemented by the interface of class ComSink. More...

Data Fields

int(* write )(SELF, const uint8_t *data, unsigned length)
 
bool(* free )(SELF)
 

Detailed Description

Methods implemented by the interface of class ComSink.

These are methods publicly available in interface ComSink. Each implementation of ComSink interface must provide definitions for all of these methods.

Field Documentation

◆ free

bool(* ComSinkVMT::free) (SELF)

◆ write

int(* ComSinkVMT::write) (SELF, const uint8_t *data, unsigned length)