VhlCfg / File / DesfireAid Value

Desfire Application Identifier: only one Desfire Application can be processed per VHL file.

VHLReadWrite(): this is the AID of the Desfire Application that shall be processed.

VHLFormat(): Desfire application will be created if not existent. Depending on the master key settings, key authentication may be required - therefore the value VhlCfg/File/DesfirePiccMasterKeys may be defined.

This value must be specified in MSB-first order (as all BALTECH configuration values). Note that the DESFire internal representation uses LSB-first order and is 3 bytes (AIDs are 24-bit); the config value must therefore be byte-reversed and zero-padded to 32 bits.
Sample
AID: 0x123456 DESFire internal representation: 0x56 0x34 0x12 Config value: 0x00 0x12 0x34 0x56

Properties

Format

Name Type/Size Description
- Integer (32 bits) -