Hi,
I want get il_new value.
Because new tag found then I want get il_new value.
below code
Err C0051 unknown function name : oe_newtagfound
-- below code
--------------------------------------------------------
Int il_new_tag, il_new
il_new_tag = 1
il_new = eon_mobile_nfcex.oe_newtagfound(il_new_tag)
How can use and which part missing ?
Regards,
Jungi
Still not solve this problums
ns_nfc = lo_nfc : I don't undersand this means
My code Below
[Declare Instance variables]
//NCF Found
eon_mobile_nfcex ns_nfc
[Open ] Script
//NFC found TEST
Int il_new, il_new_tag
Long li_index
ns_nfc = CREATE eon_mobile_nfcex
ns_nfc.of_open()
ns_nfc.of_getNdefRecord ( li_index, istr_nfcrecord )
il_new_tag = 1
//il_new = ns_nfc.oe_newtagfound(il_new_tag) //- this function Error -> This line error
if save then
Err C0051 unknown function name : oe_newtagfound
What is missing ?
Bestregards,
Jungi