Helper class to parse, analyze and display DESFire card file settings.
Namespace:
CardWerk.SmartCard.CardModule.DESFire
Assembly: CardWerk.SmartCard.CardModule.DESFire (in CardWerk.SmartCard.CardModule.DESFire.dll)
Top
Top
Top
Assembly: CardWerk.SmartCard.CardModule.DESFire (in CardWerk.SmartCard.CardModule.DESFire.dll)
Public Class DESFireCardFileSettings
This language is not supported or no code example is available.
public class DESFireCardFileSettings
This language is not supported or no code example is available.
public ref class DESFireCardFileSettings
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
DESFireCardFileSettings(DESFireFileType, int, DESFireCardAccessRights, int) | Constructor for standard or backup data file. |
![]() |
DESFireCardFileSettings(DESFireFileType, int, DESFireCardAccessRights, int, int, int, byte) | Constructor for value file settings. |
![]() |
DESFireCardFileSettings(byte[]) | Constructor. Should only be used when getting file settings from card. |
Name | Description | |
---|---|---|
![]() |
AccessRightChange | Write access rights. |
![]() |
AccessRightRead | Read access rights |
![]() |
AccessRightReadWrite | Read and Write access rights. |
![]() |
AccessRightWrite | Write access rights. |
![]() |
CommunicationMode | Communication mode setting. |
![]() |
FileSize | Allows public access to file size. |
![]() |
FileType | Allows public access to file type. |
![]() |
IsReady | Allows public access to file type. |
![]() |
Value | Allows public access to initial of value. |
![]() |
ValueLimitedCreditEnabled | Allows public access to initial of value. |
![]() |
ValueLowerLimit | Allows public access to lower limit of value. |
![]() |
ValueUpperLimit | Allows public access to upper limit of value. |
Name | Description | |
---|---|---|
![]() |
ToString() | Converts the card capability container to a nice human readable string. Using one line per non-zero data item. This is for quick and dirty implementation. |