#include <revolution/card.h>
s32 CARDGetSerialNo( s32 chan, u64* serialNo );
|
EXI channel number. |
|
Pointer to 8-byte buffer that saves the card serial number. |
One of the following codes:
CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_BUSY
CARD_RESULT_READY
Gets the card format serial number. A new card serial number is assigned every time the Memory Card is formatted. Although the card format serial number will most likely be unique to each card, multiple Memory Cards could be assigned the same card format serial number.
Memory Card Functions,,
CARDFormatCARDFormatAsync
03/01/2006 Initial version.