TwclObexOperationResultEvent Delegate

The common OBEX operation result event handler prototype.

Namespace: wclObex
type
 TwclObexOperationResultEvent = procedure(Sender: TObject;
 const Error: Integer; const Description: string) 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 optional description of the operation result.