NdefRecord.TnfUnchanged Field

Definition

Indicates the payload is an intermediate or final chunk of a chunked NDEF Record.

[Android.Runtime.Register("TNF_UNCHANGED")]
public const short TnfUnchanged = 6;
[<Android.Runtime.Register("TNF_UNCHANGED")>]
val mutable TnfUnchanged : int16

Field Value

Value = 6

Implements

Attributes

Remarks

Indicates the payload is an intermediate or final chunk of a chunked NDEF Record.

TNF_UNCHANGED can not be used with this class since all NdefRecords are already unchunked, however they may appear in the binary format.

Java documentation for android.nfc.NdefRecord.TNF_UNCHANGED.

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