DWC_RnkGetState

C Specification


#include <dwc.h>

DWCRnkState	DWC_RnkGetState();

Description

Gets the current processing state.

Arguments

None.

Return Values

DWC_RNK_STATE_NOTREADY Uninitialized state
DWC_RNK_STATE_INITIALIZED Initialization completed
DWC_RNK_STATE_PUT_ASYNC Performing PUT asynchronous process
DWC_RNK_STATE_GET_ASYNC Performing GET asynchronous process
DWC_RNK_STATE_COMPLETED Asynchronous process completed
DWC_RNK_STATE_ERROR An error has been generated

See Also

DWCRnkState

Revision History

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