C API for BALTECH SDK

§ brp_VHL_Format()

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 withVHL.Setup .**

Parameters
[in]protocolused to execute the command
[in]IdID 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.
Deprecated:
This command may be removed in future!