TwclObexServerClientPutBeginEvent Delegate

The OBEX server data processor OnPutBegin event handler prototype.

Namespace: wclObex
type
 TwclObexServerClientPutBeginEvent = procedure(Sender: TObject;
 const Name: string; const Description: string; const Mime: string;
 const Length: Cardinal; out Accept: Boolean) of object;

Parameters

Sender

The object that initiated the event.

Name

The object's name. Can be empty.

Description

The object's description. Can be empty.

Mime

The object's MIME type. Can be empty.

Length

The object's data size (length) in bytes. Can be 0.

Accept

Must be set to True to accept object. If set to False the object will be rejected.