Serial Framework C++ Edition

◆ OnPutComplete()

__event void OnPutComplete ( void *  Sender,
const int  Error,
const tstring &  Description,
CwclStream *const  Stream 
)

The event fires when the Put operation has been completed.

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

An application can dispose the Stream object passed to the Put method. The state of the Stream object is changed.

See also
CwclStream