C# 클래스 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
상속: IDisposable
파일 보기 프로젝트 열기: orouit/SmartcardFramework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
cancellationToken System.Threading.CancellationToken
cardDetectTask Task

공개 메소드들

메소드 설명
Reader ( string readerName ) : System

메소드 상세

Reader() 공개 메소드

public Reader ( string readerName ) : System
readerName string
리턴 System

프로퍼티 상세

cancellationToken 보호되어 있는 프로퍼티

protected CancellationToken,System.Threading cancellationToken
리턴 System.Threading.CancellationToken

cardDetectTask 보호되어 있는 프로퍼티

protected Task cardDetectTask
리턴 Task