Click or drag to resize
STCardReader.CardSwipedEventArgs ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Event args class used in the CardSwiped event
Inheritance Hierarchy
System.Object
  System.EventArgs
    Scriptel.STSeries.STCardReader.CardSwipedEventArgs

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public class CardSwipedEventArgs : EventArgs, 
	STCardReader.ICardSwipedEventArgs

The STCardReader. CardSwipedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSTCardReader.CardSwipedEventArgs
Initializes a new instance of the STCardReader. CardSwipedEventArgs class
Top
Properties
  NameDescription
Public propertyCurrentCardFormat
Gets or sets the format of the swiped card
Public propertyTrackOneContent
Gets or sets the content of the Track 1 read
Public propertyTrackOneStatus
Gets or sets the status of the Track 1 read
Public propertyTrackThreeContent
Gets or sets the content of the Track 3 read
Public propertyTrackThreeStatus
Gets or sets the status of the Track 3 read
Public propertyTrackTwoContent
Gets or sets the content of the Track 2 read
Public propertyTrackTwoStatus
Gets or sets the status of the Track 2 read
Top
See Also