TwclObexFileClient.DoPutComplete(Integer,string,TStream) Method

Fires the OnPutComplete event.

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

TwclCustomObexClient.DoPutComplete(Integer,string,TStream)