NdefRecord.TnfUnchanged 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 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
Implements
- Attributes
Remarks
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.