I need an architectural overview of the MuscleCard Framework.
If I insert a card a PC/SC SCardEstablish() at any time must be called before gaining a reference to the PC/SC resource manager and a SCardConnect() to connect to the card itself.
It this done by a component of the framework? Where? Do I have to select the MuscleCard Applet in my application on my own with a SELECT command?
If I look at the specification of PC/SC the application which uses some smart card functionality must call this functions on its own. Then the application can use pure resource manager functions or attach to a service provider.
What for exist a XML file genericPlugin.bundle/Contents/Info.plist? Is there a card recognition system via ATR? Where is the documentation for this? How does it work?
MSCListTokens - List tokens available MSCEstablishConnection - Connects to a token
Sounds like they do it? Where are they implemented?
Where can I find the file musclecard.c? (Mentioned in the ChangeLog file of the PCSC source) MSCListTokens seems to be defined there. I have loaded the actual source via CVS.
Thanks, Karsten _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
