NAME
MifPlusAPI :: PC/SC functions
COPYRIGHT
(c) 2011 SpringCard - www.springcard.com
DESCRIPTION
Mifare Plus communication over PC/SC API.
HISTORY
23/02/2011 JDA : initial release 28/03/2011 JDA : changed ATR-related rules to accept Mifare Plus S (and not only S)
NAME
[PCSC]AttachLibrary
DESCRIPTION
Associates the Mifare Plus DLL with a smartcard connected in PC/SC. Call this function immediately after SCardConnect to be able to use pcsc_mifplus.dll functions.
SYNOPSIS
[[sprox_mifplus.dll]] Not applicable. [[sprox_mifplus_ex.dll]] Not applicable. See [Legacy]AttachLibrary [[pcsc_mifplus.dll]] LONG SCardMifPlus_AttachLibrary (SCARDHANDLE hCard);
INPUTS
SCARDHANDLE hCard : handle of the card
RETURNS
SCARD_S_SUCCESS : library attached Other code if internal or communication error has occured.
SEE ALSO
[PCSC]DetachLibrary
NAME
[PCSC]DetachLibrary
DESCRIPTION
Remove the attachement between the Mifare Plus DLL and a PC/SC smartcard. Call this function immediately before SCardDisconnect.
SYNOPSIS
[[sprox_mifplus.dll]] Not applicable. [[sprox_mifplus_ex.dll]] Not applicable. See [Legacy]DetachLibrary. [[pcsc_mifplus.dll]] LONG SCardMifPlus_DetachLibrary (SCARDHANDLE hCard);
INPUTS
SCARDHANDLE hCard : handle of the card
RETURNS
SCARD_S_SUCCESS : library detached SCARD_E_INVALID_HANDLE : invalid handle
SEE ALSO
[PCSC]AttachLibrary