Click or drag to resize
STCardReader ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Describes the properties and actions available to the card reader
Inheritance Hierarchy
SystemObject
  Scriptel.STSeriesSTCardReader

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public class STCardReader : ISTCardReader

The STCardReader type exposes the following members.

Constructors
  NameDescription
Public methodSTCardReader
Initializes a new instance of the STCardReader class.
Top
Properties
  NameDescription
Public propertyIsRegisteredForCardSwipedEvent
Gets how many times the CardSwiped event is registered for. This is used for .NET event registration.
Top
Methods
  NameDescription
Public methodRegisterForCardSwipedEvent
Registers a target event handler for the CardSwiped event
Public methodUnregisterForCardSwipedEvent
Unregisters a target event handler for the CardSwiped event
Top
See Also