Serial Framework C++ Edition

◆ OnChangeDirComplete()

__event void OnChangeDirComplete ( void *  Sender,
const int  Error,
const tstring &  Description 
)

The event fires when the change directory 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.