BLOCK_SIZE constant
int
const BLOCK_SIZE
The size of a single block in bytes. Mifare Ultralight C tags use a block size of 4 bytes.
Implementation
static const int BLOCK_SIZE = 4;
The size of a single block in bytes. Mifare Ultralight C tags use a block size of 4 bytes.
static const int BLOCK_SIZE = 4;