IDTech iOS/OSX SDK Guide  1.1.052
API reference for BTPay 200
 All Data Structures Functions Variables Properties Pages
Implement any/all of the optional delegate protocols used to receive data from IDT_BTPay_Delegate:
-(void) deviceConnected{
}
-(void) deviceDisconnected{
}
- (void) swipeMSRData:(IDTMSRData*)cardData{
}
- (void) pinpadData:(NSData*)value keySN:(NSData*)KSN event:(EVENT_PINPAD_Types)event{
}
- (void) dataInOutMonitor:(NSData*)data incoming:(BOOL)isIncoming{
}
- (void) emvTransactionData:(IDTEMVData*)emvData errorCode:(int)error{
}