Android.Nfc.Tech.MifareClassic.Size Property
Return the size of the tag in bytes

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Return the size of the tag in bytes

One of MifareClassic.SizeMini, MifareClassic.Size1k, MifareClassic.Size2k, MifareClassic.Size4k. These constants are equal to their respective size in bytes.

Does not cause any RF activity and does not block.

[Android Documentation]

Requirements

Namespace: Android.Nfc.Tech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 10