9 #import <Foundation/Foundation.h>
11 #import "IDTMSRData.h"
12 #import "APDUResponse.h"
13 #import "IDT_Device.h"
25 - (void) plugStatusChange:(BOOL)deviceInserted;
26 - (void) dataInOutMonitor:(NSData*)data incoming:(BOOL)isIncoming;
34 - (void) deviceMessage:(NSString*)message;
44 @property(strong) id<IDT_UniMag_Delegate> delegate;
54 +(NSString*) SDK_version;
76 -(RETURN_CODE) device_sendUniMagCommand:(UNIMAG_COMMAND_Types)command;
88 -(RETURN_CODE) config_getSerialNumber:(NSString**)response;
102 -(NSString *) device_getResponseCodeString: (
int) errorCode;
113 -(RETURN_CODE) device_connectToAudioReader;
125 -(RETURN_CODE) msr_cancelMSRSwipe;
140 -(RETURN_CODE) msr_startMSRSwipe;
154 -(RETURN_CODE) msr_setSwipeEncryption:(
int)encryption;
167 -(RETURN_CODE) device_setPrePANClearDigits:(
int)clearDigits;
180 -(RETURN_CODE) msr_getNextKSN:(NSData**)response;
195 -(RETURN_CODE) msr_setSwipeForcedEncryptionOption:(BOOL)forceON;
Definition: IDT_UniMag.h:40
Definition: IDTMSRData.h:36
void deviceConnected()
Fires when device connects. If a connection is established before the delegate is established (no del...
Definition: IDT_UniMag.h:20
void deviceDisconnected()
Fires when device disconnects.
id< IDT_UniMag_Delegate > delegate
Definition: IDT_UniMag.h:41