SC_APDU_RESPONSE Structure From Smart Card Library previous page next page Smart Card Library Contents | Index | Reference | Home Previous | Up | Next 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 Library API > Types > SC_APDU_RESPONSE Structure Microchip Smart Card Library 1.02.8 - [July 18, 2012]Copyright © 2012 Microchip Technology, Inc. All rights reserved. Contents | Index | Reference | Home previous page start next page