IDTech iOS SDK Guide  1.1.166.045
API reference for VP3300
APDUResponse Class Reference

#import <APDUResponse.h>

Inheritance diagram for APDUResponse:

Instance Methods

(void) - clear
 

Class Methods

(APDUResponse *) + sharedController
 

Properties

unsigned char SW1
 Status Word Byte 1.
 
unsigned char SW2
 Status Word Byte 2.
 
BOOL hasKSN
 KSN data read.
 
BOOL hasEncryption
 APDU response is encrypted.
 
int apduLength
 Length of valid R-APDU.
 
NSData * response
 APDU Response excluding SW1 and SW2.
 
NSData * ksn
 Key Seral Number.
 

Detailed Description

Used in IDT_BTpay::icc_exchangeAPDU:encrypted:ksn:response:() IDT_UniPay::icc_exchangeAPDU:encrypted:response:()

Method Documentation

- (void) clear

clears all APDUResponse properties

+ (APDUResponse *) sharedController

Singleton instance of APDUResponse


The documentation for this class was generated from the following file: