CARDResult


C Specification

#include <nitro/card.h>

typedef	enum {
  CARD_RESULT_SUCCESS = 0,
  CARD_RESULT_FAILURE,
  CARD_RESULT_INVALID_PARAM,
  CARD_RESULT_UNSUPPORTED,
  CARD_RESULT_TIMEOUT,
  CARD_RESULT_ERROR
} CARDResult;
    

Description

The enumerator constant showing the results of the function process that accesses the CARD ROM device and the backup device.

Constants

The meaning of each constant is as follows.

See Also

CARD_IdentifyBackup, CARD_GetResultCode, CARD_ReadRom, CARD_ReadEeprom, CARD_WriteEeprom, CARD_VerifyEeprom, CARD_WriteAndVerifyEeprom

Revision History

08/23/2004 Added a description of function-generated retries to CARD_RESULT_TIMEOUT.
07/28/2004 Initial version.