Next: , Up: Operations on Cards



3.3.1 Creating an Open Card

The creation of an open card is very simple. The following code creates a card of type 7.

     VTMF_Card c;
     tmcg->TMCG_CreateOpenCard(c, vtmf, 7);