TABLE OF CONTENTS

 

[Modules] Message

NAME

   DesfireAPI :: Error message and misc. translation functions

COPYRIGHT

DESCRIPTION

   Error message function to retrieve the error message corresponding to the status code
   For Mifare DesFire MF3ICD40 cards

[Functions] GetErrorMessage

NAME

   GetErrorMessage

DESCRIPTION

   Retrieves the error message corresponding to the status code

SYNOPSIS

   [[sprox_desfire.dll]]
   const TCHAR* SPROX_Desfire_GetErrorMessage(SWORD status);

   [[sprox_desfire_ex.dll]]
   const TCHAR* SPROXx_Desfire_GetErrorMessage(SWORD status);

   [[pcsc_desfire.dll]]
   const TCHAR*  SCardDesfire_GetErrorMessage(LONG status);

INPUTS

   SPROX_RC status  : value of error code

RETURNS

   const TCHAR *    : error message corresponding to the status code

Generated from sprox_desfire_msg.c on Mon Mar 30 17:54:39 2009