MifareClassic.Size Property

Definition

Return the size of the tag in bytes

public int Size { [Android.Runtime.Register("getSize", "()I", "")] get; }
[<get: Android.Runtime.Register("getSize", "()I", "")>]
member this.Size : int

Property Value

size in bytes

Attributes

Remarks

Return the size of the tag in bytes

One of #SIZE_MINI, #SIZE_1K, #SIZE_2K, #SIZE_4K. These constants are equal to their respective size in bytes.

Does not cause any RF activity and does not block.

Java documentation for android.nfc.tech.MifareClassic.getSize().

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