Methods implemented by the interface of class ComSink. More...
Data Fields | |
int(* | write )(SELF, const uint8_t *data, unsigned length) |
bool(* | free )(SELF) |
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.
bool(* ComSinkVMT::free) (SELF) |
int(* ComSinkVMT::write) (SELF, const uint8_t *data, unsigned length) |