The following tables list the members exposed by the CardPcScPart3Constant type.

Name Description
Public field API_VERSION (Immutable) API version string returned by MiddlewareVersion.
Public field CLA (Immutable) CLA byte for PC/SC 2.01 compliant command. This CLA byte is typically used to access UID or vendor specific reader commands. It is a virtual command implemented on driver or reader firmware level rather than the card edge level.
Public field INS_DECREMENT (Immutable) PC/SC 2.01 command to decrement an on-card counter.
Public field INS_GENERAL_AUTHENTICATE (Immutable) PC/SC 2.01 GENERAL AUTHENTICATE command. Note that this command replaces the obsolete 0x88 AUTHENTICATE command.
Public field INS_GET_DATA (Immutable) INS byte for PC/SC GET DATA command. With P1=0 and P2=0 this INS reads the ISO level UID.
Public field INS_INCREMENT (Immutable) PC/SC 2.01 command to increment an on-card counter.
Public field INS_INCREMENT_DECREMENT (Immutable) PC/SC 2.01 command to increment or decrement an on-card value.
Public field INS_LOAD_KEY (Immutable) PC/SC 2.01 LOAD KEY command. This command loads a key to the reader that then can be used by reference (key number) for reader-card authentication.
Public field INS_READ_DATA (Immutable) PC/SC 2.01 command to read card data.
Public field INS_WRITE_DATA (Immutable) PC/SC 2.01 command to write data.
Public field KEY_NUMBER_INVALID (Immutable) To allows clean initialization of card interface.
Public field KEY_TYPE_INVALID (Immutable) To allows clean initialization of card interface.
Public field KEY_TYPE_MIFARE_A (Immutable) PC/SC 2.01 mifare type A key.
Public field KEY_TYPE_MIFARE_B (Immutable) PCSC 2.01 mifare type B key also for PicoTag and PicoPass Debit_key or Credit_key.
Public field KEY_TYPE_PICOPASS_CREDIT (Immutable) PC/SC 2.01 (OK?) PicoPass/HID iCLASS Credit Key (KC)
Public field KEY_TYPE_PICOPASS_DEBIT (Immutable) PC/SC 2.01 (OK?) PicoPass/HID iCLASS Debit Key (KD)
Public field Static RID (Immutable) Registered Application Identifier for PC/SC Workgroup.
Top