Returns file IDs of all active files within the currently selected application.
Namespace:
CardWerk.SmartCard.CardModule.DESFire
Assembly: CardWerk.SmartCard.CardModule.DESFire (in CardWerk.SmartCard.CardModule.DESFire.dll)
Assembly: CardWerk.SmartCard.CardModule.DESFire (in CardWerk.SmartCard.CardModule.DESFire.dll)
Public Function GetFileIDs() As Integer()
This language is not supported or no code example is available.
public int[] GetFileIDs()
This language is not supported or no code example is available.
public:
array< int >^ GetFileIDs()
This language is not supported or no code example is available.
Return Value
Type: int[]null if called from root or there are no files available in the currently selected application int array with file IDs if there is at least one file detected.
Exception type | Condition |
---|---|
Thrown when one or more required arguments are null. |