NAME
DesfireAPI :: Specific entry points for Legacy re-entrant and non-reentrant DLL
COPYRIGHT
(c) 2009 SpringCard - www.springcard.com
SEE ALSO
LegacyEX
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.
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