TABLE OF CONTENTS

 

[Modules] LegacyEX

NAME

   DesfireAPI :: Specific entry points for Legacy re-entrant DLL

COPYRIGHT

SEE ALSO

   Legacy

[Functions] [Legacy]AttachLibrary

NAME

   [Legacy]AttachLibrary

DESCRIPTION

   Associates the Desfire DLL with an instance of SpringProx re-entrant DLL.
   Call this function immediately after SPROXx_ReaderOpen to be able to
   work with any Desfire card on this SpringProx/CSB reader.

SYNOPSIS

   [[sprox_desfire.dll]]
   Not applicable.

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

   [[pcsc_desfire.dll]]
   Not applicable. See [PCSC]AttachLibrary.

INPUTS

   SPROX_INSTANCE rInst : instance of springprox_ex.dll

RETURNS

   MI_OK : library attached
   Other code if internal or communication error has occured. 

SEE ALSO

   [Legacy]DetachLibrary

[Functions] [Legacy]DetachLibrary

NAME

   [Legacy]DetachLibrary

DESCRIPTION

   Remove the attachement between the Desfire DLL and an instance
   of SpringProx re-entrant DLL.

SYNOPSIS

   [[sprox_desfire.dll]]
   Not applicable.

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

   [[pcsc_desfire.dll]]
   Not applicable. See [PCSC]DetachLibrary.

INPUTS

   SPROX_INSTANCE rInst : instance of springprox_ex.dll

RETURNS

   MI_OK : library attached
   Other code if internal or communication error has occured. 

SEE ALSO

   [Legacy]AttachLibrary

Generated from sprox_desfire_reentrant.c on Mon Jan 30 14:25:27 2012