TABLE OF CONTENTS

 

[Modules] LegacyEX

NAME

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

COPYRIGHT

DESCRIPTION

   Legacy

[Functions] [Legacy]AttachLibrary

NAME

   [Legacy]AttachLibrary

DESCRIPTION

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

SYNOPSIS

   [[sprox_mifplus.dll]]
   Not applicable.

   [[sprox_mifplus_ex.dll]]
   SWORD SPROXx_AttachMifPlusLibrary(SPROX_INSTANCE rInst);

   [[pcsc_mifplus.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 Mifare Plus DLL and an instance
   of SpringProx re-entrant DLL.

SYNOPSIS

   [[sprox_mifplus.dll]]
   Not applicable.

   [[sprox_mifplus_ex.dll]]
   SWORD SPROXx_DetachMifPlusLibrary(SPROX_INSTANCE rInst);

   [[pcsc_mifplus.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_mifplus_reentrant.c on Mon Aug 18 16:38:22 2014