CARD_IsBackupFlash


C Specification

#include <nitro/card.h>
static inline BOOL	CARD_IsBackupFlash(void);

Description

This function determines whether the type of the backup device designated by the CARD_IdentifyBackup function is FLASH.

Arguments

None.

Return Values

Returns TRUE if the designated backup device is FLASH, and FALSE if it is not.

See Also

CARD_IdentifyBackup, CARD_ReadFlash, CARD_WriteFlash

Revision History

08/23/2004 Revised the links due to changes to the function
08/18/2004 Initial Version