New PC/SC SDK and sample applications
The version 2.00 of our PC/SCThe de-facto standard to interface Personal Computers with Smart Cards (and smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. readers of course). SpringCard PC/SC Readers comply with this standard. This makes those products usable on most operating systems, using an high-level and standardized APIApplication Programming Interface: A definition of calling conventions through which an application program accesses to other services such as the operating system, drivers, databases, or middleware layers.. SDKSoftware Development Kit. A set of development utilities meant for writing software applications, usually associated with specific environments. is now available for download: pcsc-sdk_2-00.zip.
This release of the SDKSoftware Development Kit. A set of development utilities meant for writing software applications, usually associated with specific environments. includes a new PC/SCThe de-facto standard to interface Personal Computers with Smart Cards (and smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. readers of course). SpringCard PC/SC Readers comply with this standard. This makes those products usable on most operating systems, using an high-level and standardized APIApplication Programming Interface: A definition of calling conventions through which an application program accesses to other services such as the operating system, drivers, databases, or middleware layers.. Diag application, rewritten from scratch in C# for the .NET framework (previous version written in C++ with MFC for Win32 is still available anyway). This PC/SCThe de-facto standard to interface Personal Computers with Smart Cards (and smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. readers of course). SpringCard PC/SC Readers comply with this standard. This makes those products usable on most operating systems, using an high-level and standardized APIApplication Programming Interface: A definition of calling conventions through which an application program accesses to other services such as the operating system, drivers, databases, or middleware layers.. Diagnostic application makes it easy to exchange APDUApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDUApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLAApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INSApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (class), INSApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDUApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLAApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INSApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (class), INSApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and consists at least of four bytes denoted CLAApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INSApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (class), INSApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDUApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLAApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INSApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (class), INSApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (instruction), P1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and P2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. and consists at least of two bytes denoted SW1Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it., SW2Application protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. (status wordApplication protocol datagram unit. These are the frames that are exchanged at application-level between an application running on the computer and a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard.. The format of those frames is defined by ISO 7816-4 and checked by the system's PC/SC stack. The command (application to card) is called a C-APDU and consists at least of four bytes denoted CLA (class), INS (instruction), P1 and P2 (parameters). The response (card to application) is called a R-APDU and consists at least of two bytes denoted SW1, SW2 (status word). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it.). Note that this is a request/response scheme: the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. has no way to send something to the application unless the application asks for it. commands/responses (SCardTransmit) with the smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. in a given readerCoupling device or coupler. A device able to communicate with an ICCIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard... This is what everybody calls a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. reader. Technically speaking it could be seen as a gateway between the computer and the card., and/or to send directly control commands to the readerCoupling device or coupler. A device able to communicate with an ICCIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard... This is what everybody calls a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. reader. Technically speaking it could be seen as a gateway between the computer and the card. itself (SCardControl). Giving the user full control on the various options given by the other winscard.dll‘s function (SCardConnect, SCardReconnect, SCardDisconnect), this new version of PC/SCThe de-facto standard to interface Personal Computers with Smart Cards (and smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. readers of course). SpringCard PC/SC Readers comply with this standard. This makes those products usable on most operating systems, using an high-level and standardized APIApplication Programming Interface: A definition of calling conventions through which an application program accesses to other services such as the operating system, drivers, databases, or middleware layers.. Diag is the must-have utility to discover the PC/SCThe de-facto standard to interface Personal Computers with Smart Cards (and smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. readers of course). SpringCard PC/SC Readers comply with this standard. This makes those products usable on most operating systems, using an high-level and standardized APIApplication Programming Interface: A definition of calling conventions through which an application program accesses to other services such as the operating system, drivers, databases, or middleware layers.. world and to explore virtually any smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. “by hand”.
The SDKSoftware Development Kit. A set of development utilities meant for writing software applications, usually associated with specific environments. provides both the source code and the compiled binaries. Should you want to use the software directly, you may download and install PC/SCThe de-facto standard to interface Personal Computers with Smart Cards (and smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. readers of course). SpringCard PC/SC Readers comply with this standard. This makes those products usable on most operating systems, using an high-level and standardized APIApplication Programming Interface: A definition of calling conventions through which an application program accesses to other services such as the operating system, drivers, databases, or middleware layers.. Diag for Windows through this setup package: PC/SCThe de-facto standard to interface Personal Computers with Smart Cards (and smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. readers of course). SpringCard PC/SC Readers comply with this standard. This makes those products usable on most operating systems, using an high-level and standardized APIApplication Programming Interface: A definition of calling conventions through which an application program accesses to other services such as the operating system, drivers, databases, or middleware layers.. Diag setup (SQ2075).
The SDKSoftware Development Kit. A set of development utilities meant for writing software applications, usually associated with specific environments. also now includes a brand new application to deal with NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. ForumAn international association that aims to standardize the applications of NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. in the 13.56MHz range. Their main contribution is the NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. Tags specification. tags, according to the SmartPosterA particular type of NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. Tag which contains an URI (action to be performed: open a web page, send a SMS, call a phone number...) and a Title (explanation to be displayed to the user). and vCard specifications. NFCTool is able to both format, write and read the popular NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. ForumAn international association that aims to standardize the applications of NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. in the 13.56MHz range. Their main contribution is the NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. Tags specification. type 2 tags (NXP MifareThis trademark of NXP (formerly Philips Semiconductors) is the generic brand name of their PICC products. Billions of Mifare Classic cards have been deployed since the 90's. This is a family of wired-logic PICCs were data storage is divided into sectors and protected by a proprietary1 stream cipher called CRYPTO1. Every sector is protected by 2 access keys called 'key A' and 'key B'. NXP also offers another family of wired-logic PICCs called Mifare UltraLight (adopted by NFC Forum as Type 2 NFC Tags). Mifare SmartMX (and former Pro/ProX) is a family of microprocessor-based PICCs that may run virtually any smartcard application, typically on top a JavaCard operating system. Mifare Desfire is a particular microprocessor-based PICC that runs a single general-purpose application. UL and UL C family, Infineon My-D NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. SLE66 series, Kovio 2KB tags, and more) and also the NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. ForumAn international association that aims to standardize the applications of NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. in the 13.56MHz range. Their main contribution is the NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. Tags specification. type 4 tags (formatting is implemented only for NXP DesfireThe MIFAREThis trademark of NXP (formerly Philips Semiconductors) is the generic brand name of their PICC products. Billions of Mifare Classic cards have been deployed since the 90's. This is a family of wired-logic PICCs were data storage is divided into sectors and protected by a proprietary1 stream cipher called CRYPTO1. Every sector is protected by 2 access keys called 'key A' and 'key B'. NXP also offers another family of wired-logic PICCs called Mifare UltraLight (adopted by NFC Forum as Type 2 NFC Tags). Mifare SmartMX (and former Pro/ProX) is a family of microprocessor-based PICCs that may run virtually any smartcard application, typically on top a JavaCard operating system. Mifare Desfire is a particular microprocessor-based PICC that runs a single general-purpose application. DESFire is a special release of Philips SmartMX platform. It is sold already programmed with a general purpose software (the DESFire operating system). EV1, but read/write is designed to operate with virtually any compliant card already formatted). A companion to NFCTool is NFCSpTray is a small utility that sits in the tray-bar and waits “silently” until a tag holding a valid SmartPosterA particular type of NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. Tag which contains an URI (action to be performed: open a web page, send a SMS, call a phone number...) and a Title (explanation to be displayed to the user). is presented on the contactless readerCoupling device or coupler. A device able to communicate with an ICCIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard... This is what everybody calls a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. reader. Technically speaking it could be seen as a gateway between the computer and the card.Proximity coupling device. A device able to communicate with a PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., i.e. a contactless readerCoupling device or coupler. A device able to communicate with an ICCIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard... This is what everybody calls a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. reader. Technically speaking it could be seen as a gateway between the computer and the card. compliant with ISO 14443.. Then NFCSpTray opens the SmartPosterA particular type of NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. Tag which contains an URI (action to be performed: open a web page, send a SMS, call a phone number...) and a Title (explanation to be displayed to the user).’s URL in your default web browser. This is the first step for a NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. ForumAn international association that aims to standardize the applications of NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. in the 13.56MHz range. Their main contribution is the NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. Tags specification. SmartPosterA particular type of NFCNear-field communication. A subset of RFIDRadio-frequency identification. This is the general name for any system using radio waves for M2M communication (machine to machine, in our case PCD/VCD to PICCProximity integrated-circuit card. This is the standard name for any contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.. compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., or RFID cardProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag.., NFC tagProximity integrated-circuit card. This is the standard name for any contactless card compliant with the ISO 14443 standards (proximity: less than 10cm). This could either be a smartcardIntegrated-circuit card. This is the standard name for a plastic card holding a silicon chip (an integrated circuit) compliant with the ISO 7816 standards. A common name is smartcard. or a memory card, or also any NFC object running in card emulation mode. Common names are contactless card, or RFID card, NFC tag../VICC)., where the operating distance is much shorter than the wavelength of the radio waves involved. This is the case for both ISO 14443 and ISO 15693: the carrier frequency is 13.56MHz, leading to a wavelength of 22m. The proximity and vicinity ranges are shorter than this wavelength. Tag which contains an URI (action to be performed: open a web page, send a SMS, call a phone number...) and a Title (explanation to be displayed to the user).-based navigation on Windows!
The SDKSoftware Development Kit. A set of development utilities meant for writing software applications, usually associated with specific environments. provides both the source code and the compiled binaries. Should you want to use the software directly, you may download and install NFCTool and NFCSpTray for Windows through this setup package: NFCTool and NFCSpTray setup (SQ2074).












