pcsc-sharp : PCSC Namespace

SCardProtocol Enum

Communication protocol use with the Smart Card.

[System.Flags]
public enum SCardProtocol

Remarks

This is a bit mask of acceptable protocols for the connection. You can use (SCardProtocol.T0 | SCardProtocol.T1) if you do not have a preferred protocol.

Members

Member Name Description
Any (SCardProtocol.T0 | SCardProtocol.T1). IFD determines prot.
Raw Raw active protocol. Use with memory type cards.
T0 T=0 active protocol.
T1 T=1 active protocol.
T15 T=15 protocol.
Unset Protocol not defined.

Requirements

Namespace: PCSC
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1