TABLE OF CONTENTS

 

[Modules] Calypso_Info.c

NAME

   SpringCard Calypso API :: Access to card's information

DESCRIPTION

   Retrieve information from the current context after a card has been
   successfully activated using CalypsoCardActivate

COPYRIGHT

AUTHOR

   Johann Dantant / PRO ACTIVE

HISTORY

   JDA 21/10/2008 : first public release

[Functions] CalypsoCardActivate

NAME

   CalypsoCardActivate

DESCRIPTION

   Activate a Calypso card. Check that the ATR indicates that the card is actually
   Calypso, or uses the Select Application APDU command to enter the Calypso
   ticketing application. In both cases, parses the available data, and populate
   the card related fields in the context.

INPUTS

   P_CSB6_CALYPSO_CTX  p_ctx          : library context
   BYTE               aid[]          : optional : name of the ticketing application
   DWORD              aidsize        : size of the aid

RETURNS

   DWORD                             : S_SUCCESS or an error code

NOTES

   If AID is not provided (NULL), the default AID "1TIC.ICA" is used.

Generated from calypso_get_info.c on Mon Jan 30 14:25:35 2012