SC_APDU_RESPONSE Structure

Smart Card Library

Smart Card Library
SC_APDU_RESPONSE Structure
C
typedef struct {
  WORD RXDATALEN;
  BYTE SW1;
  BYTE SW2;
} SC_APDU_RESPONSE;
Description

SmartCard APDU Response structure 7816-4

Members
Members 
Description 
WORD RXDATALEN; 
Recieved Data length from smart card(excluding SW1 and SW2 bytes) 
BYTE SW1; 
Status byte 1 
BYTE SW2; 
Status byte 2 
Microchip Smart Card Library 1.02.8 - [July 18, 2012]
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.