VHL.Write
This command writes data to a card based on a VHL file. In this
file, you specify the card-specific memory structure. You can
either
add the VHL file to your reader configuration or create it
dynamically using VHL.Setup.
Properties
- Command code: 0x0103
- Command timeout: 3000 ms
- Possible status codes: General status codes, VHL.ErrCardNotSelected, VHL.ErrHf, VHL.ErrConfig , VHL.ErrAuth, VHL.ErrWrite, VHL.ErrHw , VHL.ErrApdu
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
Id | Integer (8 bits) |
ID of VHL file (starting at 0)
|
Adr | Integer (16 bits) | Address of the byte where you want to start writing |
Length of Data | Integer (16 bits) |
Length of Data in bytes |
Data | Raw data | Data to write |
Returned values (response frame)
None