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
Value = 6Implements
- 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 NdefRecord
s 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.