NdefRecord.TnfWellKnown Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the type field contains a well-known RTD type name.
[Android.Runtime.Register("TNF_WELL_KNOWN")]
public const short TnfWellKnown = 1;
[<Android.Runtime.Register("TNF_WELL_KNOWN")>]
val mutable TnfWellKnown : int16
Field Value
Value = 1Implements
- Attributes
Remarks
Indicates the type field contains a well-known RTD type name.
Use this tnf with RTD types such as #RTD_TEXT
, #RTD_URI
.
The RTD type name format is specified in NFCForum-TS-RTD_1.0.
Java documentation for android.nfc.NdefRecord.TNF_WELL_KNOWN
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.