DWC_RnkGetState

Syntax


#include <dwc.h>

DWCRnkState	DWC_RnkGetState();

Description

Gets the current processing state.

Arguments

None.

Return Values

DWC_RNK_STATE_NOTREADY Uninitialized.
DWC_RNK_STATE_INITIALIZED Initialized.
DWC_RNK_STATE_PUT_ASYNC Currently executing asynchronous PUT process.
DWC_RNK_STATE_GET_ASYNC Currently executing asynchronous GET process.
DWC_RNK_STATE_COMPLETED Asynchronous process completed.
DWC_RNK_STATE_ERROR An error is being generated.

See Also

DWCRnkState

Revision History

2006/06/20 Error corrections.
2006/04/14 Initial version.


CONFIDENTIAL