IDTech iOS Framework Guide  1.1.088
API reference for UniPay
Implement any/all of the optional delegate protocols used to receive data from IDT_UniPay_Delegate:
-(void) deviceConnected;
-(void) deviceDisconnected;
- (void) plugStatusChange:(BOOL)deviceInserted;
- (void) dataInOutMonitor:(NSData*)data incoming:(BOOL)isIncoming;
- (void) swipeMSRData:(IDTMSRData*)cardData;
- (void) deviceMessage:(NSString*)message;
-(void) eventFunctionICC: (Byte) nICC_Attached;