Next: , Up: Operations on Cards   [Contents][Index]


3.4.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);