Hi,
I'm trying to use the vers.1. 23 of the NFC library with the NFCV class.
When I try to initialize it
Intento.Initialize( "android.nfc.action.NDEF_DISCOVERED","")
Nfc_v.Initialize(Intento)
I see that the nfc_v object isn't initialized
If I read a tag I see the resume event is fired, but if I read the nfc_V.uid property, this is cliear (because the nfc_v class isn't initialized)
What I must put on the initialize(...) in order to succeed to initialize the object ?
Many Thanks.
Marco