Text NFC NDEF Record
Contents
Attributes
GoToTags represents NDEF Text records with the following attributes:
Attribute | Data Type | Required | Description |
---|---|---|---|
Text | string | yes | Plain text string |
Language Code | 2 or 5 char RFC3066 language code [en, es, fr…] | yes; default to en | The language code of the plain text; most applications ignore this |
Encoding Type | [UTF-8, UTF-16] | yes; default is UTF-8 | The character encoding of the plain text. UTF-8 should be used unless double byte languages are used. |