DWC_RnkGetState

Syntax

#include <dwc.h>

DWCRnkState DWC_RnkGetState();

Arguments

None.

Return Values

DWC_RNK_STATE_NOTREADY Uninitialized state.
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 Error occurred.

Description

Gets the current processing state.

Revision History


CONFIDENTIAL