![]() |
IDTech iOS/OSX SDK Guide
1.1.052
API reference for BTPay 200
|
#import <APDUResponse.h>
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. | |
Used in IDT_BTpay::icc_exchangeAPDU:encrypted:ksn:response:() IDT_UniPay::icc_exchangeAPDU:encrypted:response:()
- (void) clear |
clears all APDUResponse properties
+ (APDUResponse *) sharedController |
Singleton instance of APDUResponse