Skip to content

Instantly share code, notes, and snippets.

@maskaravivek
Created November 25, 2017 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save maskaravivek/2b33a6df989ab31c0169796dc7483675 to your computer and use it in GitHub Desktop.
Save maskaravivek/2b33a6df989ab31c0169796dc7483675 to your computer and use it in GitHub Desktop.
NDEF record types
| Type | Description | Type Value |
|-------------------|-----------------------------------------------------------------------------------|------------|
| TNF_EMPTY | Indicates the record is empty. | 0x00 |
| TNF_WELL_KNOWN | Indicates the type field contains a well-known RTD type name. | 0x01 |
| TNF_MIME_MEDIA | Indicates the type field contains a media-type | 0x02 |
| TNF_ABSOLUTE_URI | Indicates the type field contains an absolute-URI | 0x03 |
| TNF_EXTERNAL_TYPE | Indicates the type field contains an external type name | 0x04 |
| TNF_UNKNOWN | Indicates the payload type is unknown | 0x05 |
| TNF_UNCHANGED | Indicates the payload is an intermediate or final chunk of a chunked NDEF Record. | 0x06 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment