ODALID Librairie Carte MIFARE v0.5
Chargement...
Recherche...
Aucune correspondance
Sw_ISO14443A-3.h
Aller à la documentation de ce fichier.
1/*
2*
3* Copyright (c) 2009-2021 ODALID - https://odalid.com
4*
5*/
6
15#ifndef SW_ISO14443A_3_H
16#define SW_ISO14443A_3_H
17
18#include "Librairie.h"
19#include "TypeDefs.h"
20#include "Hardware.h"
21
22#if defined (__cplusplus)
23extern "C" {
24#endif
25
32 ReaderName *pName,
33 uint8_t *atq,
34 uint8_t *sak,
35 uint8_t *uid,
36 uint16_t *uid_len
37 );
38
45 ReaderName *pName,
46 uint8_t *atq,
47 uint8_t *sak,
48 uint8_t *uid,
49 uint16_t *uid_len
50 );
51
58 ReaderName *pName
59 );
60
61#if defined (__cplusplus)
62}
63#endif
64
65#endif /*SW_ISO14443A_3_H*/
ODALID_LIB int16_t ISO14443_3_A_Halt(ReaderName *pName)
Mise en sommeil de la carte.
ODALID_LIB int16_t ISO14443_3_A_PollCard(ReaderName *pName, uint8_t *atq, uint8_t *sak, uint8_t *uid, uint16_t *uid_len)
Prise de contact ISO14443-3A.
ODALID_LIB int16_t ISO14443_3_A_PollCardWU(ReaderName *pName, uint8_t *atq, uint8_t *sak, uint8_t *uid, uint16_t *uid_len)
Prise de contact ISO14443-3A pour reveiller la carte.
unsigned short uint16_t
16 bit non signe
Definition TypeDefs.h:44
short int16_t
16 bit signe
Definition TypeDefs.h:72
unsigned char uint8_t
BOOL.
Definition TypeDefs.h:37
Objet contenant les informations du Reader.
Definition Hardware.h:38