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;
46 - (void) lcdDisplay:(
int)mode lines:(NSArray*)lines;
60 - (void) emvTransactionData:(
IDTEMVData*)emvData errorCode:(
int)error;
71 @property(strong) id<IDT_UniPayI_V_Delegate>
delegate;
150 -(RETURN_CODE) device_getFirmwareVersion:(NSString**)response;
176 -(NSString *) device_getResponseCodeString: (
int) errorCode;
193 -(bool) device_isConnected:(IDT_DEVICE_Types)device;
208 -(RETURN_CODE) device_sendIDGCommand:(
unsigned char)command subCommand:(
unsigned char)subCommand data:(NSData*)data response:(NSData**)response;
230 -(RETURN_CODE) device_setAudioVolume:(
float)val;
251 -(RETURN_CODE) device_setPassThrough:(BOOL)enablePassThrough;
277 -(RETURN_CODE) emv_authenticateTransaction:(NSData*)tags;
314 -(RETURN_CODE) emv_callbackResponseLCD:(
int)mode selection:(
unsigned char) selection;
360 -(RETURN_CODE) emv_completeOnlineEMVTransaction:(BOOL)isSuccess hostResponseTags:(NSData*)tags;
372 -(void) emv_disableAutoAuthenticateTransaction:(BOOL)disable;
394 -(RETURN_CODE) emv_getEMVL2Version:(NSString**)response;
415 -(RETURN_CODE) emv_removeApplicationData:(NSString*)AID;
437 -(RETURN_CODE) emv_removeCAPK:(NSString*)rid index:(NSString*)index ;
500 -(RETURN_CODE) emv_retrieveAIDList:(NSArray**)response;
558 -(RETURN_CODE) emv_retrieveApplicationData:(NSString*)AID response:(NSDictionary**)responseAID;
582 -(RETURN_CODE) emv_retrieveCAPK:(NSString*)rid index:(NSString*)index response:(
CAKey**)response;
616 -(RETURN_CODE) emv_retrieveCAPKFile:(NSString*)rid index:(NSString*)index response:(NSData**)response;
637 -(RETURN_CODE) emv_retrieveCAPKList:(NSArray**)response;
660 -(RETURN_CODE) emv_retrieveCRLList:(NSMutableArray**)response;
712 -(RETURN_CODE) emv_retrieveTerminalData:(NSDictionary**)responseData;
731 -(RETURN_CODE) emv_retrieveTransactionResult:(NSData*)tags retrievedTags:(NSDictionary**)retrievedTags;
785 -(RETURN_CODE) emv_setApplicationData:(NSString*)aidName configData:(NSDictionary*)data;
806 -(RETURN_CODE) emv_setCAPK:(
CAKey)key;
825 -(RETURN_CODE) emv_setCAPKFile:(NSData*)file;
850 -(RETURN_CODE) emv_setCRLEntries:(NSData*)data;
906 -(RETURN_CODE) emv_setTerminalData:(NSDictionary*)data;
938 -(RETURN_CODE) emv_startTransaction:(
double)amount amtOther:(
double)amtOther type:(
int)type timeout:(
int)timeout tags:(NSData*)tags forceOnline:(BOOL)forceOnline fallback:(BOOL)fallback;
951 -(RETURN_CODE) config_getSerialNumber:(NSString**)response;
967 -(RETURN_CODE) icc_exchangeAPDU:(NSData*)dataAPDU response:(
APDUResponse**)response;
1015 -(RETURN_CODE) icc_powerOnICC:(NSData**)response;
1033 -(RETURN_CODE) icc_powerOffICC:(NSString**)error;
Definition: IDT_UniPayI_V.h:14
void device_connectToUSB()
RETURN_CODE device_startRKI()
RETURN_CODE msr_cancelMSRSwipe()
Definition: IDTMSRData.h:21
IDT_UniPayI_V * sharedController()
RETURN_CODE device_connectToAudioReader()
Definition: APDUResponse.h:14
Definition: IDTCommon.h:13
Definition: IDTCommon.h:42
BOOL device_isAudioReaderConnected()
RETURN_CODE emv_removeTerminalData()
id< IDT_UniPayI_V_Delegate > delegate
Definition: IDT_UniPayI_V.h:68
Definition: IDT_UniPayI_V.h:67
RETURN_CODE device_cancelConnectToAudioReader()
void deviceConnected()
Fires when device connects. If a connection is established before the delegate is established (no del...
void deviceDisconnected()
Fires when device disconnects.
RETURN_CODE emv_removeCRLList()
RETURN_CODE msr_startMSRSwipe()
Definition: IDTEMVData.h:16