Walter Franzini wrote:

> > SCR Reader API version 1.0
> >
> > SCR_GetAPIVersion - Allows the caller and the vendor to negotiate which
> > version of the Smart Card API to use
> Can you provide an example ?
>
> ...
>
> >
> > SCR_GetValidSlots - Called to enumerate and determine the capabilities of
> > all available smart card slots.
> >
> > SCR_GetManufacturerId - Called to get a string describing the smart card
> > reader for the given SlotId.
> >
> GetValidSlots and GetManufacturerId are not ISO 7816/4 commands, right ?
> We need some configuration file to describe how to build this commands.

use can use a CT-BCS command to get the data: It's GET STATUS.

> ...
>
> >
> > SCR_IsoReset - Performs a ISO-7816 smart card reset.  If the card is not
> > powered a powerup is initiated.
> If CT_Init does not reset the card, how SCR_IsoReset know the command
> to send to the CT ? I think we need configuration files; one for each CT type.

It can be done using CT-BCS command: RESET CT

bye
Gregor

***************************************************************
Linux Smart Card Developers - M.U.S.C.L.E.
(Movement for the Use of Smart Cards in a Linux Environment)
http://www.linuxnet.com/smartcard/index.html
***************************************************************

Reply via email to