NdefRecord.TnfWellKnown Field

Definition

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 = 1

Implements

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.

Applies to

See also