Serial Framework C++ Edition

◆ OnProgress()

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

The event fires during sending the object.

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