Serial Framework C++ Edition

◆ Read()

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

Reads from stream.

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

Implemented in CwclHandleStream, and CwclCustomMemoryStream.