C API for BALTECH SDK

§ brp_VHL_SetupISO15()

brp_errcode brp_VHL_SetupISO15 ( brp_protocol  protocol,
unsigned  FirstBlock,
unsigned  BlockCount,
bool  OptionFlag 
)

This commands prepares the reader to access ISO15693 cards with the given settings. It can be called before using VHL.Read and VHL.Write with ISO15693 cards without configuring the reader with a VHL-file, i.e. when the ID parameter of VHL.Read or VHL.Write is set to 0xFF.

After callingVHL.Select ,VHL.Read orVHL.Write with an ID parameter other than 0xFF, or after a reboot, the settings made by this command are lost.

For new applications, the commandVHL.Setup should be used instead.

Parameters
[in]protocolused to execute the command
[in]FirstBlockFirst block in the data area to read/write.
[in]BlockCountNumber of blocks in the data area to read/write.
[in]OptionFlagIf true , low level read/write commands will be executed with the option flag set. Please refer to the ISO15693 standard specification for detailed information on this flag.
Deprecated:
This command may be removed in future!