Data to send for the device to be passed to MagneFlex. Arguments:
timeLimit:, fieldseparator:, pinOption:, maxpinlength:, minpinlength:, tone:,
pinmode:, endSession:
Argument details:
timeLimit - Seconds to wait before the operation times out. Value is in hexadecimal format.
(1 - 255)
fieldseparator - Delimiter to separate the output data.
pinOption - PIN verification and format:
0 = ISO0 Format, No verify PIN
1 = ISO3 Format, No verify PIN
2 = ISO0 Format, Verify PIN
3 = ISO3 Format, Verify PIN
maxpinlength β Max PIN length in hexadecimal format. (<= 0C)
minpinlength β Min PIN length in hexadecimal format. (>= 04)
tone β Beep behavior of prompt:
0 = None
1 = Single beep
2 = Double beep
pinmode - Message to display as a user prompt:
0 = PINMsgEnterPIN
1 = PINMsgEnterPINAmt
2 = PINMsgReenterPINAmt
3 = PINMsgReenterPIN
4 = PINMsgVerifyPIN
endSession - Flag to end the session for the device. Default value is true.
βtrueβ = End the session after the request is processed.
βfalseβ = Do not end the session after the request is processed.