BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_VHL_Format | ( | brp_protocol | protocol, |
unsigned | Id | ||
) |
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 thestandard VHL implementation using a static VHL file. You cannot use a dynamic VHL file created with brp_VHL_Setup() .**
[in] | protocol | used to execute the command |
[in] | Id | ID of VHL file Please resolve it from the filename using brp_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. |