TwclCustomObexClient.DoSetPathComplete(Integer,string) Method

The method called when the OBEX SET_PATH operation has been completed.

Namespace: wclObex
protected
 procedure DoSetPathComplete(const Error: Integer;
 const Description: string); virtual;

Parameters

Error
Type: Integer

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

Description
Type: string

Additional optional description of the operation result.