ISCardLocate

The ISCardeLocate interface provides services for locating a smart card by its name.

This interface can display the smart card user interface if it is required.

The following example shows a typical use of the ISCardLocate interface. The ISCardLocate interface is used to build the an ADPU.

    To locate a specific card using its name
  1. Create an ISCardLocate interface.
  2. Call ConfigureCardNameSearch to search for a smart card name.
  3. Call FindCard to search for the smart card.
  4. Interpret the results.
  5. Release the ISCardLocate interface.

Methods

ISCardLocate Methods Description
ConfigureCardNameSearch Specifies the card name to be used in the search.
FindCard Searches for the smart card and opens a valid connection to it.