MifareClassic.BlockSize Field

Definition

Size of a MIFARE Classic block (in bytes)

[Android.Runtime.Register("BLOCK_SIZE")]
public const int BlockSize = 16;
[<Android.Runtime.Register("BLOCK_SIZE")>]
val mutable BlockSize : int

Field Value

Value = 16
Attributes

Remarks

Size of a MIFARE Classic block (in bytes)

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

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