Show / Hide Table of Contents

Class AbstractReaderState

Abstract ReaderState structure to be implemented by PC/SC wrapper.

Inheritance
System.Object
AbstractReaderState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: WSCT.Wrapper
Assembly: WSCT.dll
Syntax
public abstract class AbstractReaderState

Properties

| Improve this Doc View Source

Atr

Number of bytes in the returned ATR.

Declaration
public abstract byte[] Atr { get; set; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

CurrentState

Current state of the reader, as seen by the application. This field can take on any of EventState values, in combination, as a bitmask.

Declaration
public abstract EventState CurrentState { get; set; }
Property Value
Type Description
EventState
| Improve this Doc View Source

EventState

Current state of the reader, as known by the smart card resource manager. This field can take on any of EventState values, in combination, as a bitmask.

Declaration
public abstract EventState EventState { get; set; }
Property Value
Type Description
EventState
| Improve this Doc View Source

ReaderName

Name of the reader being monitored. Set the value of this member to "\\?PnP?\Notification" and the values of all other members to zero to be notified of the arrival of a new smart card reader.

Declaration
public abstract string ReaderName { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

JsonHelpers.WriteToJsonFile(Object, String)
JsonHelpers.WriteToJsonFile(Object, String, Boolean)
JsonHelpers.WriteToJsonString(Object)
JsonHelpers.WriteToJsonString(Object, Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX