Serial Framework C++ Edition

◆ DoPutComplete()

virtual void DoPutComplete ( const int  Error,
const tstring Description,
CwclStream *const  Stream 
)
overrideprotectedvirtual

Fires the OnPutComplete event.

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 from CwclCustomObexClient.

Reimplemented in CwclObexFtpClient.