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

    Enumeration Protocol

    Card communication protocol flags.

    Index

    Enumeration Members

    Enumeration Members

    ANY: 3

    Used when specifying a preferred protocol to indicate that an appropriate protocol for the card may be automatically selected.

    RAW: number

    Used with memory type cards. This value varies based on OS.

    Can be used in conjunction with CardMode.DIRECT for connecting with no initial protocol negotiated (after which if must be manually set with an appropriate reader control command).

    T0: 1

    The T=0 protocol.

    T1: 2

    The T=1 protocol.

    T15: 8

    The T=15 protocol.

    UNSET: 0

    No protocol set.