Ongetcapublickeycompleteevent; Onemvtagscompleteevent; Onpinrequestcompleteevent; Onkeyinputcompleteevent - Magtek IPAD Programmer's Reference Manual

Pin encryption devices
Table of Contents

Advertisement

4 - MTPPSCRAPCL Delegate
4.5

OnGetCAPublicKeyCompleteEvent

public delegate void OnGetCAPublicKeyCompleteEvent(byte status, byte[]
key);
Parameter
status
key
4.6

OnEMVTagsCompleteEvent

public delegate void OnEMVTagsCompleteEvent(byte status, byte[]
tagResp);
Parameter
status
tagResp
4.7

OnPINRequestCompleteEvent

Upon completion of a requestPIN call, the SDK will call both versions of onPINRequestComplete.
Developers may choose to use this form, which receives the return data as a string, or the other form,
which receives the return data as a structure.
public delegate void OnPINRequestCompleteEvent(String lpData);
Parameter
lpData
4.8

OnKeyInputCompleteEvent

Response event for requestResponse, confirmAmount, and selectCreditDebit.
public delegate void OnKeyInputCompleteEvent(byte status, byte key);
Parameter
status
key
4.9

OnDisplayRequestCompleteEvent

Return event for setDisplayMessage.
public delegate void OnDisplayRequestCompleteEvent(int lpData);
Parameter
lpData
IPAD, DynaPro, DynaPro Go, and DynaPro Mini| PIN Encryption Devices | Programmer's Reference (Microsoft Windows Store)
Page 57
Status code
CA public key byte array
Status code
A byte array to contain the response for the requested tag
A response string for requestPIN function. It is comma delimited and
contains the KSN(20 chars), EBP(16 chars), and opStatus(2 chars).
Status code.
Key pressed value.
Zero is returned.
Description
Description
Description
Description
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

DynaproDynapro goDynapro mini

Table of Contents