CARDGetSerialNo

C Specification

#include <revolution/card.h>
s32  CARDGetSerialNo( s32 chan, u64* serialNo );

Arguments

chan EXI channel number.
serialNo Pointer to 8-byte buffer that saves the card serial number.

Return Values

One of the following codes:

CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_BUSY
CARD_RESULT_READY

Description

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.

See Also

Memory Card Functions,
CARDFormat
, CARDFormatAsync

Revision History

03/01/2006 Initial version.