132 Class Documentation
Instance Methods
• (void) - clear
Class Methods
• (IDTEMVData ∗) + sharedController
Properties
• EMV_RESULT_CODE_Types resultCode
• EMV_RESULT_CODE_V2_Types resultCodeV2
• int encryptionMode
0 = TDES, 1 = AES
• int cardType
0 = Contact, 1 = Contactless
• bool hasAdvise
TRUE if response has an Advise request.
• bool hasReversal
TRUE if response has reversal request.
• NSDictionary ∗ unencryptedTags
Unencrypted EMV Tags. Key = tag name (NSString), Object = tag value (NSData)
• NSDictionary ∗ encryptedTags
Encrypted EMV Tags. Key = tag name (NSString), Object = tag value (NSData)
• NSDictionary ∗ maskedTags
Encrypted EMV Tags. Key = tag name (NSString), Object = tag value (NSData)
• NSData ∗ KSN
Key Serial Number for encrypted EMV tags.
• IDTMSRData ∗ cardData
Card data returned from fallback or non-icc swipe during emv transaction.
13.13.1 Detailed Description
Encapsulating data class for EMV data capture
13.13.2 Method Documentation
13.13.2.1 - (void) clear
clears all IDTEMVData properties
13.13.2.2 + (IDTEMVData ∗) sharedController
Singleton instance of IDTEMVData
#80152504-001 IDTech iOS SDK Guide for NEO2