2 - How to Set Up the MagTek SCRA Libraries
Dynamag, DynaMAX, and eDynamo| Secure Card Reader Authenticator | Programmer’s Reference (WCF)
Page 11
4)
Access class MTSCRA in yourproject.MTSCRAWCF namespace.
2.2.2
Connect ajax service in web page javascript
1)
Open a web page project.
2)
Create a page clientside.aspx.
3)
Insert ScriptManager object:
<
asp
:
ScriptManager
ID
="ScriptManager1"
runat
="server">
</
asp
:
ScriptManager
>
This step will enable the microsoftajax.js module.
4)
Insert javascript referent to WCF:
<
script
src
="http://localhost:8090/MTSCRA/ajax/js"></
script
>
5)
Access class IMTSCRA in tempuri.org namespace:
var
msr =
new
tempuri.org.IMTSCRA();
2.3
How to Connect DynaMAX or eDynamo to a Windows Host via BLE
To connect DynaMAX or eDynamo to a host with Windows 8.1 or higher and Bluetooth 4.0 hardware
that supports BLE, follow these steps: