NAME
DesfireAPI :: Transaction functions
COPYRIGHT
(c) 2009 SpringCard - www.springcard.com
DESCRIPTION
Implementation of DESFIRE transaction-related functions.
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
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