TwclObexServerClientOperationProgressEvent Delegate

The OBEX server data processor OnPutProgress and OnGetProgress operations event handler.

Namespace: wclObex
type
 TwclObexServerClientOperationProgressEvent = procedure(Sender: TObject;
 const Position: Cardinal; const Length: Cardinal;
 out Continue: Boolean) of object;

Parameters

Sender

The object that initiated the event.

Position

The current position in object's data in bytes

Length

The current object's length (size) in bytes.

Continue

An 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.