TwclObexObjectOperationResultEvent Delegate

The Put and Get OBEX operations result event handler prototype.

Namespace: wclObex
type
 TwclObexObjectOperationResultEvent = procedure(Sender: TObject;
 const Error: Integer; const Description: string;
 const Stream: TStream) of object;

Parameters

Sender

The object that initiated the event.

Error

The operation result code. If operation has been completed with success the Error is .

Description

Additional optinal description of the operation result.

Stream

The stream object used in operation.