Requesticcapdusync (Emv L1 Only); Requestsignaturesync - Magtek IPAD Programmer's Reference Manual

Pin encryption devices
Table of Contents

Advertisement

3 - MTPPSCRAPCL Functions
Return Value:
Returns a value (0: Success, Non-Zero: Error)

3.57 requestICCAPDUSync (EMV L1 only)

This function sends the ICC APDU report to the device, and return with the response APDU from card.
For additional information, see Appendix B EMV CBC-MAC.
int requestICCAPDUSync(byte[] apdu, int apduLen, byte[] pData, ref int
pdwDataLen, ref int opStatus);
Parameter
apdu
apduLen
pData
pdwDataLen
opStatus
Return Value:
Returns a value (0: Success, Non-Zero: Error)

3.58 requestSignatureSync

This function sends the Request Signature report to the device. The device will prompt the user to sign.
Signature data will be returned in SIG_DATA structure.
int requestSignatureSync(
int waitTime,
int beepTones,
int option,
ref SIG_DATA sig,
ref int opStatus);
Parameter
waitTime
beepTones
option
IPAD, DynaPro, DynaPro Go, and DynaPro Mini| PIN Encryption Devices | Programmer's Reference (Microsoft Windows Store)
Page 38
Array of APDU bytes to send out
Size of the APDU byte array
Buffer to receive the secured RAPDU
Size of buffer
An integer pointer to receive the command response or operation status.
Zero value means OK. For more values, see Appendix A.
Time the device should wait for the user to begin signing
Tone to use:
0 - None
1 - Single Beep
2 - Double Beep
Option to verify or not to verify the PIN:
0 – Timeout to clean data
1 – Timeout with available data, signature can retrieved if exists
Description
Description

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the IPAD and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

DynaproDynapro goDynapro mini

Table of Contents