Serial Framework C++ Edition

◆ DoWrite()

virtual void DoWrite ( const void *const  Data,
const unsigned long  Size,
unsigned long &  Written,
int &  WriteResult 
)
protectedvirtual

Fires the OnWrite event.

Parameters
DataThe pointer to the data buffer that a Data Processor needs to send to a connection.
SizeThe data buffer size.
WrittenThe amount of bytes actually written to the device.
WriteResultThe write operation result.