NAME
DesfireAPI :: Specific entry points for Legacy re-entrant DLL
COPYRIGHT
(c) 2009 SpringCard - www.springcard.com
SEE ALSO
Legacy
NAME
[Legacy]AttachLibrary
DESCRIPTION
Associates the Desfire DLL with an instance of SpringProx re-entrant DLL. Call this function immediately after SPROXx_ReaderOpen to be able to work with any Desfire card on this SpringProx/CSB reader.
SYNOPSIS
[[sprox_desfire.dll]] Not applicable. [[sprox_desfire_ex.dll]] SWORD SPROXx_AttachDesfireLibrary(SPROX_INSTANCE rInst); [[pcsc_desfire.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
NAME
[Legacy]DetachLibrary
DESCRIPTION
Remove the attachement between the Desfire DLL and an instance of SpringProx re-entrant DLL.
SYNOPSIS
[[sprox_desfire.dll]] Not applicable. [[sprox_desfire_ex.dll]] SWORD SPROXx_DetachDesfireLibrary(SPROX_INSTANCE rInst); [[pcsc_desfire.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