Click or drag to resize

EasyScript Constructor (ISignatureProtocol, ICardSwipeProtocol)

Initializes a new instance of the EasyScript class. Pass in the protocol of the device that you're using.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public EasyScript(
	ISignatureProtocol signatureProtocol,
	ICardSwipeProtocol cardProtocol
)

Parameters

signatureProtocol
Type: EasyScriptAPIISignatureProtocol
Protocol for the device you're trying to decode signatures for
cardProtocol
Type: EasyScriptAPIICardSwipeProtocol
Protocol for the device you're trying to decode card swipes for
See Also