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 SourceAtr
Number of bytes in the returned ATR.
Declaration
public abstract byte[] Atr { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
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 |
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 |
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 SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()