NAME
MifPlusAPI :: Specific entry points for Legacy re-entrant DLL
COPYRIGHT
(c) 2011 SpringCard - www.springcard.com
DESCRIPTION
Legacy
NAME
[Legacy]AttachLibrary
DESCRIPTION
Associates the Mifare Plus DLL with an instance of SpringProx re-entrant DLL. Call this function immediately after SPROXx_ReaderOpen to be able to work with any Mifare Plus card on this SpringProx/CSB reader.
SYNOPSIS
[[sprox_mifplus.dll]] Not applicable. [[sprox_mifplus_ex.dll]] SWORD SPROXx_AttachMifPlusLibrary(SPROX_INSTANCE rInst); [[pcsc_mifplus.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 Mifare Plus DLL and an instance of SpringProx re-entrant DLL.
SYNOPSIS
[[sprox_mifplus.dll]] Not applicable. [[sprox_mifplus_ex.dll]] SWORD SPROXx_DetachMifPlusLibrary(SPROX_INSTANCE rInst); [[pcsc_mifplus.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