Mif.WriteSL3
This command writes blocks to an SL3-authenticated MIFARE Pro
card.
Properties
- Command code: 0x1014
- Command timeout: 100 ms
- Possible status codes: General status codes, Mif.ErrNoTag, Mif.ErrBitcount, Mif.ErrBytecount, Mif.ErrAuth, Mif.ErrKey , Mif.ErrCode
Parameters (request frame)
Name | Type/Size | Description | |
---|---|---|---|
- | Bit mask (8 bits) | - | |
RFU | Integer (bit mask area 0xFC) |
Zero padding |
|
PlainData | Integer (bit 0x02) | - | |
NoMacOnResp | Integer (bit 0x01) | - | |
Block | Integer (16 bits) | Block number where writing starts. | |
Length of BlockData | Integer (16 bits) |
Length of BlockData in bytes |
|
BlockData | Raw data | Data blocks to write. |
Returned values (response frame)
None