Show / Hide Table of Contents

Enum Protocol

Enumeration for transport protocols.

Namespace: WSCT.Wrapper
Assembly: WSCT.dll
Syntax
public enum Protocol

Fields

Name Description
Any

T=0 or T=1 protocol.

Raw

The Raw Transfer protocol is in use.

T0

The ISO 7816/3 T=0 protocol is in use.

T1

The ISO 7816/3 T=1 protocol is in use.

T15

General pseudo protocol T=F.

Unset

Unknown protocol.

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