VHL.Read
Parameters (request frame)
|
Name
|
Type/Size
|
Description
|
|
Id
|
Integer (8 bits)
|
ID of VHL file
(starting at 0)
- If you create the VHL file dynamically, use the ID 0xFF.
- If you've added the VHL file to the reader configuration,
please resolve the ID from the VHL file name 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.
|
|
Adr
|
Integer (16 bits)
|
Address of the byte where you want to start reading
|
|
Len
|
Integer (16 bits)
|
Number of bytes to read
|
Returned values (response frame)
|
Name
|
Type/Size
|
Description
|
|
Data
|
Raw data (until end of frame)
|
Data read from the card
|