Serial Framework C++ Edition

◆ Read()

virtual unsigned long Read ( void *const  Buffer,
const unsigned long  Count 
)
overridevirtual

Reads from stream.

Parameters
BufferThe pointer to the memory buffer.
CountAmount of bytes to read.
Returns
Number of read bytes.

Implements CwclStream.