DWC_RnkGetState

Syntax

#include <dwc.h>
DWCRnkState DWC_RnkGetState();

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.

Description

Gets the current processing state.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL