TwclCustomObexServer.DoGetCompleted(Integer,TStream) Method

Fires the OnGetCompleted event.

Namespace: wclObex
protected
 procedure DoGetCompleted(const Error: Integer;
 const Stream: TStream); virtual;

Parameters

Error
Type: Integer

The operation completion reason code. If operation completed with success the Error is WCL_E_SUCCESS.

Stream
Type: TStream

The requested OBEX object's data stream. This is the same stream object that was passed to the OnGetRequest event handler. An application can dispose the stream in this event handler.