Click or drag to resize

CardSwipe Class

This class represents a successful magnetic card swipe from a ScripTouch EasyScript device with a magnetic card strip reader.
Inheritance Hierarchy
SystemObject
  EasyScriptAPICardSwipe

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class CardSwipe

The CardSwipe type exposes the following members.

Constructors
  NameDescription
Public methodCardSwipe
Initializes a new instance of the CardSwipe class
Top
Methods
  NameDescription
Public methodGetCardData
Gets the raw card swipe data
Public methodGetFinancialCard
Gets parsed financial card data, null if not set.
Public methodGetIdentificationCard
Gets the identification card data
Public methodGetProtocolVersion
Returns the protocol version
Public methodToString
Returns a human readable string representation of this object.
(Overrides ObjectToString.)
Top
See Also