TABLE OF CONTENTS

 

[Modules] Transactions

NAME

   DesfireAPI :: Transaction functions

COPYRIGHT

DESCRIPTION

   Implementation of DESFIRE transaction-related functions.

[Functions] AbortTransaction

NAME

   AbortTransaction

SYNOPSIS

   [[sprox_desfire.dll]]
   SWORD SPROX_Desfire_AbortTransaction(void);

   [[sprox_desfire_ex.dll]]
   SWORD SPROXx_Desfire_AbortTransaction(SPROX_INSTANCE rInst);

   [[pcsc_desfire.dll]]
   LONG  SSCardDesfire_AbortTransaction(SCARDHANDLE hCard);

DESCRIPTION

   Invalidates all previous write access' on Backup Data Files, Value Files and Record Files
   within one application

RETURNS

   DF_OPERATION_OK    : operation succeeded
   Other code if internal or communication error has occured. 

NOTES

   Invalidates all write access to files with integrated backup mechanisms without changing the authentication status   

SEE ALSO

   CommitTransaction

[Functions] CommitTransaction

NAME

   CommitTransaction

DESCRIPTION

   Validates all previous write access' on Backup Data Files, Value Files and Record Files within
   one application

SYNOPSIS

   [[sprox_desfire.dll]]
   SWORD SPROX_Desfire_CommitTransaction(void);

   [[sprox_desfire_ex.dll]]
   SWORD SPROXx_Desfire_CommitTransaction(SPROX_INSTANCE rInst);

   [[pcsc_desfire.dll]]
   LONG  SCardDesfire_CommitTransaction(SCARDHANDLE hCard);

RETURNS

   DF_OPERATION_OK    : operation succeeded
   Other code if internal or communication error has occured. 

NOTES

   Validates all write access to files with integrated backup mechanisms

SEE ALSO

   AbortTransaction

Generated from sprox_desfire_trans.c on Mon Aug 18 16:38:18 2014