NdefRecord.TnfExternalType Field

Definition

Indicates the type field contains an external type name.

[Android.Runtime.Register("TNF_EXTERNAL_TYPE")]
public const short TnfExternalType = 4;
[<Android.Runtime.Register("TNF_EXTERNAL_TYPE")>]
val mutable TnfExternalType : int16

Field Value

Int16

Implements

Attributes

Remarks

Java documentation for android.nfc.NdefRecord.TNF_EXTERNAL_TYPE.

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

  • <xref:Android.Nfc.NdefRecord.CreateExternal(System.String%2c+System.String%2c+System.String)>