TwclObexFtpClient.DoPutComplete(Integer,string,TStream) Method

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

Namespace: wclObex
protected
 procedure DoPutComplete(const Error: Integer; const Description: string;
 const Stream: TStream); override;

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.

Stream
Type: TStream

The stream object used in operation.

Overrides

TwclObexFileClient.DoPutComplete(Integer,string,TStream)