CARDProbe

C Specification

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

Arguments

chan Slot number (Slot A: 0, Slot B: 1)

Return Values

TRUE if a device is inserted. Otherwise, FALSE.

Description

Checks if some type of card is inserted in the specified slot. A non-Memory Card device may be inserted.
Note: To verify if a Memory Card is inserted in the specified slot, you should use the CARDProbeEx function instead of the CARDProbe function.

See Also

Revision History

2006/03/01 Initial version.


CONFIDENTIAL