This class defines an interface for 'transmitted' (encoding) a frame.
Definition Encoder.h:65
virtual bool output(const char *src, size_t numBytes) noexcept=0
Outputs 'numBytes' of data (from 'src') to the output destination.
virtual bool endFrame(void) noexcept=0
Ends the frame.
virtual bool startFrame(void) noexcept=0
Begins the frame.
virtual bool output(char src) noexcept=0
Outputs the single character to the output destination.
virtual bool output(const char *src) noexcept=0
Outputs the null terminated string to the output destination.