Helper class to describe the card's memory organization. Mifare cards have sectors
blocks. This class determines how the memory is organized based on the Mifare card type.
Namespace:
CardWerk.SmartCard.CardModule.MifareClassic
Assembly: CardWerk.SmartCard.CardModule.MifareClassic (in CardWerk.SmartCard.CardModule.MifareClassic.dll)
Top
Top
Assembly: CardWerk.SmartCard.CardModule.MifareClassic (in CardWerk.SmartCard.CardModule.MifareClassic.dll)
Public Class MifareClassicMemoryOrganization
This language is not supported or no code example is available.
public class MifareClassicMemoryOrganization
This language is not supported or no code example is available.
public ref class MifareClassicMemoryOrganization
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
MifareClassicMemoryOrganization(string) | Constructor. |
Name | Description | |
---|---|---|
![]() |
BlockLength | Gets or sets the block length. |
![]() |
BlocksPerLowerSector | Gets or sets the blocks per lower sector. |
![]() |
BlocksPerUpperSector | Gets or sets the blocks per upper sector. |
![]() |
LowerSectors | Gets or sets the lower sectors. |
![]() |
MaxBlockAddress | Gets or sets the maximum block address. |
![]() |
MemorySize | Gets or sets the memory size. |
![]() |
UpperSectors | Gets or sets the upper sectors. |