Serial Framework C++ Edition

◆ DoProgress()

virtual void DoProgress ( const unsigned long  Length,
const unsigned long  Position 
)
protectedvirtual

Fires the OnProgress event.

Parameters
LengthThe current object's length (size) in bytes.
PositionThe current transferring byte index.