Serial Framework C++ Edition

◆ DoPutProgress()

virtual void DoPutProgress ( const unsigned long  Position,
const unsigned long  Length,
bool &  Continue 
)
protectedvirtual

Fires the OnPutProgress event.

Parameters
PositionThe current position in object's data in bytes
LengthThe current object's length (size) in bytes.
ContinueAn application must set this flag to True if still want continue process the object. If application wants to terminate the operation set this flags to False.