Iot.Device.Card.Mifare Namespace

Classes

MifareCard

A Mifare card class Supports Mifare Classic 1K and 4K Also supports Mifare Plus 2K and 4K operating in SL1

MifareDirectory

Mifare application directory This describes the assignent of sectors on the MifareCard to applications. The on-card directory is described in https://www.nxp.com/docs/en/application-note/AN10787.pdf

MifareDirectoryEntry

Describes the sectors assigned to a Mifare application in the directory. Sector 0 and (on cards larger than 1K) sector 16 are used for the directory. Mifare applications are assigned a contiguous range of sectors, except that the assignment is discontiguous across sector 16 (which is skipped)

Structs

MifareApplicationIdentifier

Mifare application identifier as defined in https://www.nxp.com/docs/en/application-note/AN10787.pdf This identifies an application within a Mifare application directory. It is an unsigned 16-bit quantity (2 bytes, little-endian order) The high-order 8 bits identify the function cluster, and the low-order 8 bits define an application code within that cluster

Enums

AccessSector

All access sectors rights for the keys and the access bits

AccessType

The type of access for the data sectors

MifareCardCapacity

Different storage capacity for Mifare cards

MifareCardCommand

List of commands available for the Mifare cards