#include <include/nfc/ndef/record.h>
Type Name Format (TNF) Field Values.
Values to specify the TNF of a record.
| Enumerator |
|---|
| TNF_EMPTY | The value indicates that there is no type or payload associated with this record.
|
| TNF_WELL_KNOWN | NFC Forum well-known type [NFC RTD].
|
| TNF_MEDIA_TYPE | Media-type as defined in RFC 2046 [RFC 2046].
|
| TNF_ABSOLUTE_URI | Absolute URI as defined in RFC 3986 [RFC 3986].
|
| TNF_EXTERNAL_TYPE | NFC Forum external type [NFC RTD].
|
| TNF_UNKNOWN_TYPE | The value indicates that there is no type associated with this record.
|
| TNF_UNCHANGED | The value is used for the record chunks used in chunked payload.
|
| TNF_RESERVED | The value is reserved for future use.
|