![]() |
IDTech Android SDK Guide
1.00.175
API reference for NEO2
|
Public Member Functions | |
void | pinRequest (int mode, byte[] key, byte[] PAN, int startTO, int intervalTO, String language) |
The interface includes the callback functions when the kernel is requesting PIN entry
void com.idtechproducts.device.OnReceiverListenerPINRequest.pinRequest | ( | int | mode, |
byte [] | key, | ||
byte [] | PAN, | ||
int | startTO, | ||
int | intervalTO, | ||
String | language | ||
) |
PIN Request During an EMV transaction, this delegate will receive data that is a request to collect a PIN
mode | PIN Mode:
|
key | Either DUKPT or SESSION, depending on mode. If offline plaintext, value is nil |
PAN | PAN for calculating PINBlock |
startTO | Timeout value to start PIN entry |
intervalTO | Timeout value between key presses |
language | "EN"=English, "ES"=Spanish, "ZH"=Chinese, "FR"=French |