Click or drag to resize
STCardReaderCardSwipedEventArgs 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
SystemObject
  SystemEventArgs
    Scriptel.STSeriesSTCardReaderCardSwipedEventArgs

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

The STCardReaderCardSwipedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSTCardReaderCardSwipedEventArgs
Initializes a new instance of the STCardReaderCardSwipedEventArgs 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