Gracias por la ayuda.
Lo pude sacar en esta linea:
TagUID = targetProperties[0].getUid();
Gracias de nuevo
Type: Posts; User: S4T; Keyword(s):
Gracias por la ayuda.
Lo pude sacar en esta linea:
TagUID = targetProperties[0].getUid();
Gracias de nuevo
Hello!
I'm having many problems to integrate the 6131NFC SDK emulator with Netbeans 5.5 and Eclipse 3.2.
In Netbeans 5.5, I have configured it properly and run midlets with the emulator, but...
Hola!
¿Como puedo saber el ID unico del TAG en formato NDEF? ¿asi?
NDEFMessage message = nfc.readNDEF();
if(message != null) {
NDEFRecord[] records = message.getRecords();
...