
18 www.epadlink.com
Integration Guide (ePad-vision SDK for Chrome & Firefox)
9.0 – ePad-vision SDK API
Following section described the interface call in detail.
9.1 – Open connection
Opens the connection with the device.
Input Message
{"command": 1 , "inking": false , "inkRegionx": 0 , "inkRegiony": 0, "inkRegionWidth": 0 , "inkRegionHeight": 0,
"widgetLayout": "" }
The only parameter required is command number and all other parameters can be defaulted
as shown below.
Number identifying the command. 1 for open connection.
Output Message
{"command":1,"status":False,"message":"Could not find a signature pad."}
Number identifying the command. 1 for open connection.
True if connection is successful, false otherwise.
Empty in case connection is successfully opened, message in case
connection fails.
9.2 – Close Connection
Closes the connection with the device
Input Message
{"command": 2 , "inking": false , "inkRegionx": 0 , "inkRegiony": 0, "inkRegionWidth": 0 , "inkRegionHeight": 0,
"widgetLayout": "" }
The only parameter required is the command number, and all other parameters can be
defaulted as shown below.
Kommentare zu diesen Handbüchern