MifareClassic.Size4k 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.
Caution
This constant will be removed in the future version. Use Android.Nfc.Tech.MifareClassicSize enum directly instead of this field.
Tag contains 40 sectors.
[Android.Runtime.Register("SIZE_4K")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.Tech.MifareClassicSize enum directly instead of this field.", true)]
public const Android.Nfc.Tech.MifareClassicSize Size4k = 4096;
[<Android.Runtime.Register("SIZE_4K")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.Tech.MifareClassicSize enum directly instead of this field.", true)>]
val mutable Size4k : Android.Nfc.Tech.MifareClassicSize
Field Value
Value = 4096- Attributes
Remarks
Tag contains 40 sectors. The first 32 sectors contain 4 blocks and the last 8 sectors contain 16 blocks.
Java documentation for android.nfc.tech.MifareClassic.SIZE_4K
.
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.