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

[Android.Runtime.Register("SIZE_MINI")]
[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 SizeMini = 320;
[<Android.Runtime.Register("SIZE_MINI")>]
[<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 SizeMini : Android.Nfc.Tech.MifareClassicSize

Field Value

Value = 320
Attributes

Remarks

Tag contains 5 sectors, each with 4 blocks.

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

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