Magtek DynaPro Go Programmer's Manual page 174

Handheld pin pad device with msr/contact/contactless
Table of Contents

Advertisement

Appendix G - Custom Messages (Custom Messages Only)
m.Write(encoding.GetBytes(s),0,s.Length);
}
~~~
MemoryStream ms = new MemoryStream();
ms.WriteByte(4);
// # of strings
addCustomMessageString(ms, 19, 56, 0x25, 0, "$20");
addCustomMessageString(ms, 64, 56, 0x25, 0, "$40");
addCustomMessageString(ms, 112, 56, 0x25, 0, "$100");
addCustomMessageString(ms, 64, 30, 0x15, 0, "Select Cashback");
pp.SendMultiData(6, ms.ToArray());
//6 for getsel, 7 for disp
pp.GetResponse(30, ResponseMsg.CustomMsg, KeyMask.Left | KeyMask.Right
| KeyMask.Middle, 0);
~~~
DynaPro Go| Handheld PIN Pad Device with MSR/Contact/Contactless | Programmer's Manual (COMMANDS)
Page 174 of 247 (D998200136-31)

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents