
ZestSC1 User Guide
CONFIDENTIAL Page 29 of 57
unsigned long NumCards;
unsigned long *CardIDs;
/* Get the number of cards in the system */
ZestSC1CountCards(&NumCards, NULL, NULL, NULL);
/* Allocate a buffer to receive the card IDs */
CardIDs = malloc(sizeof(unsigned long) * NumCards);
/* Fill in the buffer with the card IDs */
ZestSC1CountCards(&NumCards, CardIDs, NULL, NULL);
Comentários a estes Manuais