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