MifareClassic.BlockSize Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.