Serial Framework C++ Edition

◆ DoGetCompleted()

virtual void DoGetCompleted ( const int  Error,
CwclStream *const  Stream 
)
protectedvirtual

Fires the OnGetCompleted event.

Parameters
ErrorThe operation completion reason code. If operation completed with success the Error is WCL_E_SUCCESS.
StreamThe requested OBEX object's data stream. This is the same stream object that was passed to the OnGetRequest event handler. An application can dispose the stream in this event handler.