Enum NfcRecordTypeNameFormat
Definition
- Assembly:
- Tizen.Network.Nfc.dll
Enumeration for the NFC record TNF (Type Name Format).
C#Copypublic enum NfcRecordTypeNameFormat
| Name | Description |
|---|---|
| Empty | Empty. |
| ExternalRtd | The NFC forum external type [NFC RTD]. |
| MimeMedia | MIME media types in the RFC 2046 [RFC 2046]. |
| UnChanged | The final chunk of a chunked NDEF record. |
| Unknown | The payload type is unknown. |
| Uri | The absolute URI as defined in the RFC 3986 [RFC 3986]. |
| WellKnown | The RTD (Record Type Definition) type format [NFC RTD]. |