pcsc-mini - v0.1.2
    Preparing search index...

    Enumeration CardMode

    Card connection mode.

    Index

    Enumeration Members

    Enumeration Members

    DIRECT: 3

    Initiate direct connection to the reader without the need for a card to be present. The connection is shared on Unix systems and exclusive on Windows.

    EXCLUSIVE: 1

    No other processes will be able to access the reader until disconnected.

    SHARED: 2

    Other processes will be able access the reader as well.