MifareClassic.Size2k Field

Definition

Caution

This constant will be removed in the future version. Use Android.Nfc.Tech.MifareClassicSize enum directly instead of this field.

Tag contains 32 sectors, each with 4 blocks.

[Android.Runtime.Register("SIZE_2K")]
[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 Size2k = 2048;
[<Android.Runtime.Register("SIZE_2K")>]
[<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 Size2k : Android.Nfc.Tech.MifareClassicSize

Field Value

Value = 2048
Attributes

Remarks

Tag contains 32 sectors, each with 4 blocks.

Java documentation for android.nfc.tech.MifareClassic.SIZE_2K.

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