C# Class Core.Smartcard.Reader

This class represents a smart card reader. It is using native PC/SC API If USE_THREAD is defined, the card events detection is using Thread, otherwise it is using Task
Inheritance: IDisposable
显示文件 Open project: orouit/SmartcardFramework Class Usage Examples

Protected Properties

Property Type Description
cancellationToken System.Threading.CancellationToken
cardDetectTask Task

Public Methods

Method Description
Reader ( string readerName ) : System

Method Details

Reader() public method

public Reader ( string readerName ) : System
readerName string
return System

Property Details

cancellationToken protected_oe property

protected CancellationToken,System.Threading cancellationToken
return System.Threading.CancellationToken

cardDetectTask protected_oe property

protected Task cardDetectTask
return Task