Smart Card and Reader Access Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the functions that connect to and communicate with a specific smart card. I/O operations to the smart card use a buffer for sending or receiving data plus a structure that contains protocol-control information. The protocol-control information structure always begins with a SCARD_IO_REQUEST structure.
Function | Description |
---|---|
Starts a transaction, which blocks other applications from accessing a smart card. |
|
Connects to a smart card; the SCARD_SHARE_SHARED parameter is not supported. |
|
Terminates a connection. |
|
Ends a transaction, which enables other applications to access a smart card. |
|
Re-establishes a connection. |
|
Provides the current status of the reader. |
|
Requests service and receives data back from a smart card using raw, T=0, and T=1 protocols. |