Show / Hide Table of Contents

Enum State

Enumeration for state values.

Namespace: WSCT.Wrapper
Assembly: WSCT.dll
Syntax
public enum State : uint

Fields

Name Description
Absent

There is no card in the reader.

Negotiable

The card has been reset and is awaiting PTS negotiation.

Powered

Power is being provided to the card, but the reader driver is unaware of the mode of the card.

Present

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

Specific

The card has been reset and specific communication protocols have been established.

Swallowed

There is a card in the reader in position for use. The card is not powered.

Unknown

Unknown state.

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