TwclObexServerClientDisconnectedEvent Delegate

The OBEX server data processor OnDisconnect event handler prototype.

Namespace: wclObex
type
 TwclObexServerClientDisconnectedEvent = procedure(Sender: TObject;
 const Reason: Integer; const Description: string) of object;

Parameters

Sender

The object that initiated the event.

Reason

The disconnection reason code.

Description

The disconnect reason description.