Iso78.ExchangeApduLegacy
This command has been deprecated. Do not use it in new code as we may remove it in the future.
This command sends an APDU command on the currently selected and
opened SAM. Please note that the complete APDU command including
the CLA, INS, P1, P2, Lc and Le values need part of the
SendData parameter.
Properties
- Command code: 0x4003
- Command timeout: 100 ms
- Possible status codes: General status codes, Iso78.ErrInvalid7816Cmd, Iso78.ErrCom, Iso78.ErrAbort
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| Length of SendData | Integer (16 bits) |
Length of SendData in bytes |
| SendData | Raw data | APDU command data including CLA, INS, P1, P2, Lc and Le. |
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| Length of RecvData | Integer (16 bits) |
Length of RecvData in bytes |
| RecvData | Raw data | APDU response data. |