MifareClassic.Size1k 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 16 sectors, each with 4 blocks.

[Android.Runtime.Register("SIZE_1K")]
[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 Size1k = 1024;
[<Android.Runtime.Register("SIZE_1K")>]
[<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 Size1k : Android.Nfc.Tech.MifareClassicSize

Field Value

Value = 1024
Attributes

Remarks

Tag contains 16 sectors, each with 4 blocks.

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

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