Click or drag to resize

ICardSwipeProtocol Interface

This interface represents a template for card swipe protocols. In order for this library to parse magnetic strip data a class implementing this interface must be created describing the new protocol.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public interface ICardSwipeProtocol

The ICardSwipeProtocol type exposes the following members.

Methods
  NameDescription
Public methodGetEndStream
Returns the character that denotes the end of a card swipe
Public methodGetSentinel
Returns the 'sentinel', the string immediately following the card swipe start character
Public methodGetStartStream
Returns the character that denotes the start of a card swipe
Top
See Also