Serial Framework C++ Edition

◆ OnDirComplete()

__event void OnDirComplete ( void *  Sender,
const int  Error,
const tstring &  Description,
const wclObexFileObjects Dirs 
)

The event fires when directory listing 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.
DirsThe array of file system objects. This parameter can be nil if no file system objects found in current directory or if Error parameter is not WCL_E_SUCCESS.
See also
wclObexFileObjects