MifareDirectoryEntry Class
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.
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)
public class MifareDirectoryEntry
type MifareDirectoryEntry = class
Public Class MifareDirectoryEntry
- Inheritance
-
MifareDirectoryEntry
Application |
Mifare application identifier |
First |
First assigned sector |
Number |
Number of data blocks This is not simply a multiple of the number of sectors, because the last eight sectors on a 4K card are larger than the first 32. |
Number |
Number of sectors |
Get |
Get all data blocks that are assigned to this application |
Get |
Get all sectors that are assigned to this application |
Product | Versions |
---|---|
.NET IoT Libraries | 2.2.0 |