TABLE OF CONTENTS

 

[Modules] Legacy

NAME

   MifPlusAPI :: Specific entry points for Legacy re-entrant and non-reentrant DLL

COPYRIGHT

HISTORY

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

[Functions] [Legacy]SelectCard

NAME

   [Legacy]SelectCard

DESCRIPTION

   Gives the Mifare Plus DLL the SAK and ATS of the Mifare Plus card.
   This is mandatory to detect the Level the card runs at.

SYNOPSIS

   [[sprox_mifplus.dll]]
   SWORD SPROX_MifPlus_SelectCard(BYTE sak,
                                  const BYTE ats[],
                                  BYTE atslen);

   [[sprox_mifplus_ex.dll]]
   SWORD SPROXx_MifPlus_SelectCid(SPROX_INSTANCE rInst,
                                  BYTE sak,
                                  const BYTE ats[],
                                  BYTE atslen);

   [[pcsc_mifplus.dll]]
   Not applicable.

INPUTS

   BYTE sak         : ISO 14443-3 A Select AKnowledge
   const BYTE ats[] : ISO 14443-4 A Answer To Select
   BYTE atslen      : size of ats

[Functions] [Legacy]SelectCid

NAME

   [Legacy]SelectCid

DESCRIPTION

   Selects the logical number of the addressed Mifare Plus card
   CID is used to distinguish several Mifare Plus cards simultaneously selected by a single reader

SYNOPSIS

   [[sprox_mifplus.dll]]
   SWORD SPROX_MifPlus_SelectCid (BYTE cid);

   [[sprox_mifplus_ex.dll]]
   SWORD SPROXx_MifPlus_SelectCid(SPROX_INSTANCE rInst, BYTE cid);

   [[pcsc_mifplus.dll]]
   Not applicable.

INPUTS

   BYTE cid        : logical number of the addressed Mifare Plus card

Generated from sprox_mifplus_legacy.c on Mon Jan 30 14:25:31 2012