#include <revolution/card.h>
s32 CARDGetResultCode(s32 chan);
|
EXI channel number. |
One of the CARD_RESULT_* result codes. (Depends on the previously issued CARD function call.)
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.
03/01/2006 Initial version.