TABLE OF CONTENTS

 

[Modules] Messages

NAME

   DesfireAPI :: Error messages and misc. translation functions

COPYRIGHT

DESCRIPTION

   Error message function to retrieve the error message corresponding to the status code

[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 Aug 18 16:38:18 2014