GET RESPONSE

Command Description

The GET RESPONSE command is used to read the remaining bytes from the completion of the previously-executed APDU if this APDU has returned a processing state of 61XX indicating that a response message of xx bytes is available.

If the Le field is set to '00', then it means that 256 bytes are requested.

Instance: current

Access Condition: current

Command Message

The following table lists the coding for the GET RESPONSE command message.

CLA

00h

INS

C0h

P1

00h

P2

00h

Lc

Empty

Data Field

Empty

Le

Number of bytes to be returned (LLh)

Response Message

Data Field Returned in the Response Message

This command returns the remaining bytes of a command.

Processing State Returned in the Response Message

The following table lists the processing state returned in the response message.

Status Meaning

61LLh

Command succeeds, where ‘LL’ encodes the number of response data bytes still available that can be retrieved by issuing an additional GET RESPONSE command

9000h

Successful Execution