TwclObexFileClient.OnGetComplete Event

The event fires when the Get operation has been completed.

Namespace: wclObex
public
 property OnGetComplete: TwclObexObjectOperationResultEvent
 read FOnGetComplete write FOnGetComplete;

If the operation completed with success the Stream object contains the object's data. If the operation completed with error the Stream contains a partial data and is invalid. An application can not use the object from the Stream if the operation completed with error.