NAME
MifPlusAPI :: Implementation of Level 0 card functions
COPYRIGHT
(c) 2011 SpringCard - www.springcard.com
DESCRIPTION
Mifare Plus S and X Level 0 functions.
NAME
CommitPerso
DESCRIPTION
Leave Level 0 for Level 1
SYNOPSIS
[[sprox_mifplus.dll]] SWORD SPROX_MifPlus_CommitPerso(void); [[sprox_mifplus_ex.dll]] SWORD SPROXx_MifPlus_CommitPerso(SPROX_INSTANCE rInst); [[pcsc_mifplusdll]] LONG SCardMifPlus_CommitPerso(SCARDHANDLE hCard);
INPUTS
none
SEE ALSO
WritePerso
NAME
WritePerso
DESCRIPTION
Write 16 bytes into a Mifare Plus card running at Level 0.
SYNOPSIS
[[sprox_mifplus.dll]] SWORD SPROX_MifPlus_WritePerso(WORD address, const BYTE value[16]); [[sprox_mifplus_ex.dll]] SWORD SPROXx_MifPlus_WritePerso(SPROX_INSTANCE rInst, WORD address, const BYTE value[16]); [[pcsc_mifplusdll]] LONG SCardMifPlus_WritePerso(SCARDHANDLE hCard, BYTE address, const BYTE value[16]);
INPUTS
BYTE address : address of the first page to be written const BYTE data[16] : new data
SEE ALSO
CommitPerso