Serial Framework C++ Edition

◆ OnPutProgress()

__event void OnPutProgress ( void *  Sender,
const unsigned long  Position,
const unsigned long  Length,
bool &  Continue 
)

The event fires during receiving the object.

Parameters
SenderThe object that initiated the event.
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.

The event may fire one or more times per object.