#include <dwc.h>
DWCRnkState DWC_RnkGetState();
Gets the current processing state.
None.
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 |
06/20/2006 Error corrections
04/14/2006 Initial version