Hi
I am currently using a modified NFC script that was written in 2014, I have an existing app thats using methods from the latest NFC version. I want to use both libraries as the modified nfc script allows me to access NFCV tag data which i need to add for my existing app. Is there any known way of running both scripts and referencing the new one for the existing app logic and the old script for the NFCV capabilities I am adding?
This doesn't actually compile but just to show what I require:
Thanks
I am currently using a modified NFC script that was written in 2014, I have an existing app thats using methods from the latest NFC version. I want to use both libraries as the modified nfc script allows me to access NFCV tag data which i need to add for my existing app. Is there any known way of running both scripts and referencing the new one for the existing app logic and the old script for the NFCV capabilities I am adding?
This doesn't actually compile but just to show what I require:
example:
Private nfc As NFC.NFC
Private nfcold As NFCOld.NFC
Thanks