Serial Framework C++ Edition

◆ DoGetComplete()

virtual void DoGetComplete ( const int  Error,
const tstring Description,
CwclStream *const  Stream 
)
protectedvirtual

The method called when the OBEX GET operation has been completed.

Parameters
ErrorThe operation result code. If operation has been completed with success the Error is
See also
WCL_E_SUCCESS
.
DescriptionAdditional optional description of the operation result.
StreamThe stream object used in operation.
See also
CwclStream

Reimplemented in CwclObexFileClient, and CwclObexFtpClient.