TwclObexServerClientGetCompletedEvent Delegate

The OBEX server data processor OnGetCompleted event handler prototype.

Namespace: wclObex
type
 TwclObexServerClientGetCompletedEvent = procedure(Sender: TObject;
 const Error: Integer; const Stream: TStream) of object;

Parameters

Sender

The object that initiated the event.

Error

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

Stream

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.