TwclObexOppServer.DoConnect(TGUID,TGUID,string) Method

The method called when a remote client opens OBEX session (connects).

Namespace: wclObex
protected
 procedure DoConnect(const Target: TGUID; const Who: TGUID;
 const Description: string); override;

Parameters

Target
Type: TGUID

The requested target service/server ID.

Who
Type: TGUID

The client's ID.

Description
Type: string

The connect operation's or client's description.

Overrides

TwclCustomObexServer.DoConnect(TGUID,TGUID,string)