MagneticCardSwipe Class |
Namespace: ProScript
The MagneticCardSwipe type exposes the following members.
Name | Description | |
---|---|---|
MagneticCardSwipe |
Initializes a new instance of the MagneticCardSwipe class.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetCardFormat |
Gets the card format.
| |
GetCardFormatString |
Gets the card format as a readable string
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTrackOne |
Gets track one.
| |
GetTrackOneStatus |
Gets the track one status.
| |
GetTrackOneStatusString |
Gets the track one status as a string.
| |
GetTrackStatusString |
Gets the track status as a string.
| |
GetTrackThree |
Gets track three.
| |
GetTrackThreeStatus |
Gets the track three status.
| |
GetTrackThreeStatusString |
Gets the track three status as a string.
| |
GetTrackTwo |
Gets track two.
| |
GetTrackTwoStatus |
Gets the track two status.
| |
GetTrackTwoStatusString |
Gets the track two status as a string.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ParseAsFinancialCard |
Attempts to parse this card as a financial card.
| |
ParseAsIdentificationCard |
Attempts to parse this card as an identification card.
| |
ToString |
Converts this object into a human readable string.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
CardFormatFinancial |
Card is a financial card.
| |
CardFormatIdentity |
Card is an identity card.
| |
CardFormatUnknown |
Card type is unknown.
| |
TrackStatusCorrupt |
Track failed CRC.
| |
TrackStatusParityError |
Track encountered a parity error.
| |
TrackStatusUnknownFormat |
Track is an unknown format.
| |
TrackStatusValid |
Track status is valid.
|