Mif.LoadKey
This command writes a MIFARE Classic key to the reader's secure
key memory. The reader can store 32 different keys so the key
index must not exceed 31. These keys will be used for the
authentication of certain sectors.
Properties
- Command code: 0x1000
- Command timeout: 100 ms
- Possible status codes: General status codes, Mif.ErrKey, Mif.ErrCode
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
KeyIdx | Integer (8 bits) | Key memory index: address in memory at which to store the key. |
Key | Raw data (length 6 Bytes) | The key itself. |
Returned values (response frame)
None