Hi,
I am trying to create a custom NDEF message to write to a NFC tag type 2 using the example code provided here.
According to that, the TNF (type name format) assigned for custom messages is 3, but when compared to thelist of TNFpossible values in here:
it doesn't make much sense to me to use that type since type 0x03 corresponds to Absolute URI, while type 0x04 (NFC Forum external type) seems to make more sense for a custom NDEF record. Is this a typo in the documentation? I am kind of new to NDEF so it's possible I am missing something, if so, please don't hesitate on mentioning it.
Thanks