Cypress Semiconductor NoBL CY7C1472V33 Guia do Utilizador Página 29

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 57
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 28
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);
Vista de página 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 56 57

Comentários a estes Manuais

Sem comentários