Serial Framework C++ Edition

◆ OnGetCompleted()

__event void OnGetCompleted ( void *  Sender,
const int  Error,
CwclStream *const  Stream 
)

The event fires when the get request completed.

Parameters
SenderThe object that initiated the event.
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.
See also
CwclStream