CARDGetResultCode

C Specification

#include <revolution/card.h>
s32 CARDGetResultCode(s32 chan);

Arguments

chan EXI channel number.

Return Values

One of the CARD_RESULT_* result codes. (Depends on the previously issued CARD function call.)

Description

CARDGetResultCode returns the result code of the previously issued CARD function call (except CARDProbeEx and other macro functions). Generally, CARDGetResultCode and asynchronous CARD functions should be used in conjuction to detect when asynchronous CARD functions complete.

See Also

Revision History

03/01/2006 Initial version.