Access Restricted
This page contains internal documentation that is not publicly available.
VHL.Format
This command has been deprecated. Do not use it in new code as we may remove it in the future.
This command formats a blank card based on a VHL file. In this file, you specify the card-specific memory structure.
VHL.Format only works with the standard VHL implementation using a static VHL file. You cannot use a dynamic VHL file created with VHL.Setup.
Properties
- Command code: 0x010F
- Command timeout: 4000 ms
- Possible status codes: General status codes, VHL.ErrCardNotSelected, VHL.ErrHf, VHL.ErrConfig, VHL.ErrAuth, VHL.ErrWrite, VHL.ErrRead, VHL.ErrFormat, VHL.ErrHw, VHL.ErrApdu
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| Id | Integer (8 bits) |
ID of VHL file Please resolve it from the filename using VHL.ResolveFilename. Don't hardcode the ID. Otherwise, your application won't work anymore if e.g. a project manager later merges VHL files into a different configuration using BALTECH ConfigEditor. This process may result in a new ID, but not in a new name. |
Returned values (response frame)
None