Ultralight.ExecCmd
Generic command to communicate to a Mifare Ultralight card.
Properties
- Command code: 0x2500
- Command timeout: 100 ms
- Possible status codes: General status codes, Ultralight.ErrNoTag, Ultralight.ErrHf, Ultralight.ErrNack, Ultralight.ErrInterface, Ultralight.ErrCmd, Ultralight.ErrHwNotSupported, Ultralight.BreakErr
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
Cmd | Integer (8 bits) | Ultralight command code. |
Length of Param | Integer (8 bits) |
Length of Param in bytes |
Param | Raw data | Command paramter. |
Returned values (response frame)
Name | Type/Size | Description |
---|---|---|
Length of Response | Integer (8 bits) |
Length of Response in bytes |
Response | Raw data | Command response. |