Serial Framework C++ Edition

◆ Write()

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

Writes to the stream.

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

Implemented in CwclHandleStream, and CwclMemoryStream.