Show / Hide Table of Contents

Enum EventState

Enumeration for event state values.

Namespace: WSCT.Wrapper
Assembly: WSCT.dll
Syntax
[Flags]
public enum EventState : uint

Fields

Name Description
StateAtrmatch

ATR matches card.

StateChanged

State has changed.

StateEmpty

Card removed.

StateExclusive

Exclusive Mode.

StateIgnore

Ignore this reader.

StateInuse

Shared Mode.

StateMute

Unresponsive card.

StatePresent

There is a card in the reader, but it has not been moved into position for use.

StateUnaware

App wants status.

StateUnknown

Unknown state.

StateUnpowered

Unpowered card.

Unavailable

Status unavailable.

Extension Methods

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