Click or drag to resize

MagneticCardSwipe Class

This class represents a swipe of a magnetic swipe card on an equipped ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptMagneticCardSwipe

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public sealed class MagneticCardSwipe

The MagneticCardSwipe type exposes the following members.

Constructors
  NameDescription
Public methodMagneticCardSwipe
Initializes a new instance of the MagneticCardSwipe class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCardFormat
Gets the card format.
Public methodGetCardFormatString
Gets the card format as a readable string
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTrackOne
Gets track one.
Public methodGetTrackOneStatus
Gets the track one status.
Public methodGetTrackOneStatusString
Gets the track one status as a string.
Public methodStatic memberGetTrackStatusString
Gets the track status as a string.
Public methodGetTrackThree
Gets track three.
Public methodGetTrackThreeStatus
Gets the track three status.
Public methodGetTrackThreeStatusString
Gets the track three status as a string.
Public methodGetTrackTwo
Gets track two.
Public methodGetTrackTwoStatus
Gets the track two status.
Public methodGetTrackTwoStatusString
Gets the track two status as a string.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodParseAsFinancialCard
Attempts to parse this card as a financial card.
Public methodParseAsIdentificationCard
Attempts to parse this card as an identification card.
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberCardFormatFinancial
Card is a financial card.
Public fieldStatic memberCardFormatIdentity
Card is an identity card.
Public fieldStatic memberCardFormatUnknown
Card type is unknown.
Public fieldStatic memberTrackStatusCorrupt
Track failed CRC.
Public fieldStatic memberTrackStatusParityError
Track encountered a parity error.
Public fieldStatic memberTrackStatusUnknownFormat
Track is an unknown format.
Public fieldStatic memberTrackStatusValid
Track status is valid.
Top
See Also