Serial Framework C++ Edition

◆ OnProgress()

__event void OnProgress ( void *  Sender,
const unsigned long  Length,
const unsigned long  Position 
)

The event fires during sending or receiving an object to indicate operation progress.

Parameters
SenderThe object that initiated the event.
LengthThe current object's length (size) in bytes.
PositionThe current transferring byte index.