MifareCardReaderClient
Functions
Returns Mifare Classic Card details. You need key to do this operation. Please use #cardUuid function to get Card UUID and use this UUID to generate Mifare classic card key. Please make sure card is tapped until cardUUID & cardClassicRead operations are not completed.
Returns Mifare EV1 Card details. You don't need any key to authenticate this operation.
Returns Mifare UL Card details. You don't need any key to authenticate this operation.
Returns Mifare Card UUID that can be used to generate Mifare card key. Please make sure to do this operation before classic card read/write.
Connect Mifare client to start card reading operation. Please make sure to finish any card reading/writing operation with in 30 seconds
Disconnect the mifare client after finishing operation.
Read driver license using this api. You will need BLE UUID to read mobile driver license.
Writes hex formatted Mifare classic card data back to the card. You need key to do this operation. Please use #cardUuid function to get Card UUID and use this UUID to generate Mifare classic card key. Please make sure card is tapped until cardUUID & writeCard operations are not completed.