简体   繁体   中英

multiple records in one NDEF message on one NFC tag

How many records can NDEF message encapsulate? (for different NFC tag types - 1,2,3,4?)

And in general ...do I understand it right? :

I can have one NFC message, which is basically an array(of what capacity?) of NFC records. Each NFC record has its own MIME-type, which facilitates application recognition

<data android:mimeType="specific application MIME-type goes here"/>

so I can launch different applications even if I use just one tag.

The number of records in a NDEF message is limited by the memory of the tag . There is no difference in that for the various tag types .

When you tap a tag with the phone, the whole NDEF message is delivered to one app. Anything else you would need to program yourself after you received the message.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM