9 #import <Foundation/Foundation.h> 10 #import "IDTMSRData.h" 11 #import "IDT_Device.h" 18 - (void) plugStatusChange:(BOOL)deviceInserted;
19 - (void) dataInOutMonitor:(NSData*)data incoming:(BOOL)isIncoming;
29 - (void) deviceMessage:(NSString*)message;
48 - (void) lcdDisplay:(
int)mode lines:(NSArray*)lines;
67 - (void) pinRequest:(EMV_PIN_MODE_Types)mode key:(NSData*)key PAN:(NSData*)PAN startTO:(
int)startTO intervalTO:(
int)intervalTO language:(NSString*)language;
83 - (void) emvTransactionData:(
IDTEMVData*)emvData errorCode:(
int)error;
94 @property(strong) id<IDT_VP3300_Delegate>
delegate;
174 -(RETURN_CODE) ctls_getConfigurationGroup:(
int)group response:(NSDictionary**)response;
200 -(RETURN_CODE) ctls_removeApplicationData:(NSString*)AID;
212 -(RETURN_CODE) ctls_removeCAPK:(NSData*)capk;
224 -(RETURN_CODE) ctls_removeConfigurationGroup:(
int)group;
237 -(RETURN_CODE) ctls_retrieveAIDList:(NSArray**)response;
249 -(RETURN_CODE) ctls_retrieveApplicationData:(NSString*)AID response:(NSDictionary**)response;
268 -(RETURN_CODE) ctls_retrieveCAPK:(NSData*)capk key:(NSData**)key;
280 -(RETURN_CODE) ctls_retrieveCAPKList:(NSArray**)keys;
294 -(RETURN_CODE) ctls_retrieveTerminalData:(NSData**)tlv;
311 -(RETURN_CODE) ctls_setApplicationData:(NSData*)tlv;
330 -(RETURN_CODE) ctls_setCAPK:(NSData*)key;
346 -(RETURN_CODE) ctls_setConfigurationGroup:(NSData*)tlv;
362 -(RETURN_CODE) ctls_setTerminalData:(NSData*)tlv;
414 -(RETURN_CODE)
ctls_startTransaction:(
double)amount type:(
int)type timeout:(
int)timeout tags:(NSMutableDictionary *)tags;
473 -(RETURN_CODE) device_getFirmwareVersion:(NSString**)response;
494 -(bool) device_enableBLEDeviceSearch:(NSUUID*)identifier;
515 -(void) device_setBLEFriendlyName:(NSString*)friendlyName;
562 -(RETURN_CODE) device_getAutoPollTransactionResults:(
IDTEMVData**)result;
576 -(NSString *) device_getResponseCodeString: (
int) errorCode;
593 -(bool) device_isConnected:(IDT_DEVICE_Types)device;
608 -(RETURN_CODE) device_sendIDGCommand:(
unsigned char)command subCommand:(
unsigned char)subCommand data:(NSData*)data response:(NSData**)response;
630 -(RETURN_CODE) device_setAudioVolume:(
float)val;
651 -(RETURN_CODE) device_setPassThrough:(BOOL)enablePassThrough;
664 -(RETURN_CODE) device_setBurstMode:(
int) mode;
677 -(RETURN_CODE) device_setPollMode:(
int) mode;
724 -(RETURN_CODE) emv_authenticateTransaction:(NSData*)tags;
741 -(RETURN_CODE) emv_callbackResponseLCD:(
int)mode selection:(
unsigned char) selection;
759 -(RETURN_CODE) emv_callbackResponsePIN:(EMV_PIN_MODE_Types)mode KSN:(NSData*)KSN PIN:(NSData*)PIN;
803 -(RETURN_CODE) emv_completeOnlineEMVTransaction:(BOOL)isSuccess hostResponseTags:(NSData*)tags;
815 -(void) emv_disableAutoAuthenticateTransaction:(BOOL)disable;
837 -(RETURN_CODE) emv_getEMVL2Version:(NSString**)response;
858 -(RETURN_CODE) emv_removeApplicationData:(NSString*)AID;
880 -(RETURN_CODE) emv_removeCAPK:(NSString*)rid index:(NSString*)index ;
893 -(RETURN_CODE) emv_setTerminalMajorConfiguration:(
int)configuration;
906 -(RETURN_CODE) emv_getTerminalMajorConfiguration:(NSUInteger**)configuration;
968 -(RETURN_CODE) emv_retrieveAIDList:(NSArray**)response;
999 -(RETURN_CODE) emv_retrieveApplicationData:(NSString*)AID response:(NSDictionary**)responseAID;
1023 -(RETURN_CODE) emv_retrieveCAPK:(NSString*)rid index:(NSString*)index response:(
CAKey**)response;
1057 -(RETURN_CODE) emv_retrieveCAPKFile:(NSString*)rid index:(NSString*)index response:(NSData**)response;
1078 -(RETURN_CODE) emv_retrieveCAPKList:(NSArray**)response;
1101 -(RETURN_CODE) emv_retrieveCRLList:(NSMutableArray**)response;
1128 -(RETURN_CODE) emv_retrieveTerminalData:(NSDictionary**)responseData;
1151 -(RETURN_CODE) emv_retrieveTransactionResult:(NSData*)tags retrievedTags:(NSDictionary**)retrievedTags;
1199 -(RETURN_CODE) emv_setApplicationData:(NSString*)aidName configData:(NSDictionary*)data;
1220 -(RETURN_CODE) emv_setCAPK:(
CAKey)key;
1239 -(RETURN_CODE) emv_setCAPKFile:(NSData*)file;
1264 -(RETURN_CODE) emv_setCRLEntries:(NSData*)data;
1314 -(RETURN_CODE) emv_setTerminalData:(NSDictionary*)data;
1346 -(RETURN_CODE) emv_startTransaction:(
double)amount amtOther:(
double)amtOther type:(
int)type timeout:(
int)timeout tags:(NSData*)tags forceOnline:(BOOL)forceOnline fallback:(BOOL)fallback;
1359 -(RETURN_CODE) config_getSerialNumber:(NSString**)response;
1375 -(RETURN_CODE) icc_exchangeAPDU:(NSData*)dataAPDU response:(
APDUResponse**)response;
1406 -(RETURN_CODE) icc_getICCReaderStatus:(
ICCReaderStatus**)readerStatus;
1423 -(RETURN_CODE) icc_powerOnICC:(NSData**)response;
1441 -(RETURN_CODE) icc_powerOffICC:(NSString**)error;
1500 -(RETURN_CODE) device_startTransaction:(
double)amount amtOther:(
double)amtOther type:(
int)type timeout:(
int)timeout tags:(NSData*)tags forceOnline:(BOOL)forceOnline fallback:(BOOL)fallback;
BOOL device_isAudioReaderConnected()
void deviceDisconnected()
Fires when device disconnects.
RETURN_CODE emv_cancelTransaction()
void deviceConnected()
Fires when device connects. If a connection is established before the delegate is established (no del...
Definition: IDTMSRData.h:21
RETURN_CODE ctls_startTransaction()
Definition: IDT_VP3300.h:14
bool device_disableBLEDeviceSearch()
RETURN_CODE device_cancelTransaction()
NSString * device_getBLEFriendlyName()
void device_connectToUSB()
Definition: APDUResponse.h:14
RETURN_CODE device_connectToAudioReader()
RETURN_CODE emv_removeCRLList()
RETURN_CODE msr_cancelMSRSwipe()
Definition: IDTCommon.h:13
Definition: IDTCommon.h:42
RETURN_CODE ctls_removeAllCAPK()
RETURN_CODE device_cancelConnectToAudioReader()
NSUUID * device_connectedBLEDevice()
RETURN_CODE emv_removeTerminalData()
RETURN_CODE msr_startMSRSwipe()
IDT_VP3300 * sharedController()
id< IDT_VP3300_Delegate > delegate
Definition: IDT_VP3300.h:91
Definition: IDT_VP3300.h:90
RETURN_CODE device_startRKI()
Definition: IDTEMVData.h:16
RETURN_CODE ctls_cancelTransaction()