TABLE OF CONTENTS

 

[Modules] PCSC

NAME

   MifPlusAPI :: PC/SC functions

COPYRIGHT

DESCRIPTION

   Mifare Plus communication over PC/SC API.

HISTORY

   23/02/2011 JDA : initial release
   28/03/2011 JDA : changed ATR-related rules to accept Mifare Plus S (and not only S)

[Functions] [PCSC]AttachLibrary

NAME

   [PCSC]AttachLibrary

DESCRIPTION

   Associates the Mifare Plus DLL with a smartcard connected in PC/SC.
   Call this function immediately after SCardConnect to be able to
   use pcsc_mifplus.dll functions.

SYNOPSIS

   [[sprox_mifplus.dll]]
   Not applicable.

   [[sprox_mifplus_ex.dll]]
   Not applicable. See [Legacy]AttachLibrary

   [[pcsc_mifplus.dll]]
   LONG  SCardMifPlus_AttachLibrary (SCARDHANDLE hCard);

INPUTS

   SCARDHANDLE hCard  : handle of the card

RETURNS

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

SEE ALSO

   [PCSC]DetachLibrary

[Functions] [PCSC]DetachLibrary

NAME

   [PCSC]DetachLibrary

DESCRIPTION

   Remove the attachement between the Mifare Plus DLL and a PC/SC smartcard.
   Call this function immediately before SCardDisconnect.

SYNOPSIS

   [[sprox_mifplus.dll]]
   Not applicable.

   [[sprox_mifplus_ex.dll]]
   Not applicable. See [Legacy]DetachLibrary.

   [[pcsc_mifplus.dll]]
   LONG  SCardMifPlus_DetachLibrary (SCARDHANDLE hCard);

INPUTS

   SCARDHANDLE hCard      : handle of the card

RETURNS

   SCARD_S_SUCCESS        : library detached
   SCARD_E_INVALID_HANDLE : invalid handle

SEE ALSO

   [PCSC]AttachLibrary

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