TABLE OF CONTENTS

 

[Modules] Legacy

NAME

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

COPYRIGHT

SEE ALSO

   LegacyEX

[Functions] [Legacy]IsoWrapping

NAME

   [Legacy]IsoWrapping

DESCRIPTION

   Select the wrapping mode of Desfire legacy commands into ISO 7816-4 APDUs.

SYNOPSIS

   [[sprox_desfire.dll]]
   SWORD SPROX_Desfire_IsoWrapping (BYTE mode);

   [[sprox_desfire_ex.dll]]
   SWORD SPROXx_Desfire_IsoWrapping(SPROX_INSTANCE rInst, BYTE mode);

   [[pcsc_desfire.dll]]
   Not applicable. See [PC/SC]IsoWrapping.

INPUTS

   BYTE mode             : ISO wrapping mode (DF_ISO_WRAPPING_CARD or DF_ISO_WRAPPING_READER)

RETURNS

   DF_OPERATION_OK       : ISO wrapping mode set
   DFCARD_LIB_CALL_ERROR : ISO wrapping mode not set, mode not available

NOTES

   DF_ISO_WRAPPING_CARD uses the card's wrapping method (see chapter 3.13 
   of datasheet of mifare DesFire MF3ICD40 for more information).

   DF_ISO_WRAPPING_OFF disables the wrapping (native legacy command are used).
   This is the default mode.

[Functions] [Legacy]SelectCid

NAME

   [Legacy]SelectCid

DESCRIPTION

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

SYNOPSIS

   [[sprox_desfire.dll]]
   SWORD SPROX_Desfire_SelectCid (BYTE cid);

   [[sprox_desfire_ex.dll]]
   SWORD SPROXx_Desfire_SelectCid(SPROX_INSTANCE rInst, BYTE cid);

   [[pcsc_desfire.dll]]
   Not applicable.

INPUTS

   BYTE cid        : logical number of the addressed DesFire card

RETURNS

   DF_OPERATION_OK : CID selected

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