![]() |
ODALID Librairie Carte MIFARE v0.7
|

Aller au code source de ce fichier.
Macros | |
| #define | TRUE 1 |
| #define | FALSE 0 |
Définitions de type | |
| typedef unsigned char | uint8_t |
| BOOL. | |
| typedef unsigned short | uint16_t |
| 16 bit non signe | |
| typedef unsigned long int | uint32_t |
| 32 bit non signe | |
| typedef unsigned long long int | uint64_t |
| 64 bit non signe | |
| typedef signed char | int8_t |
| 8 bit signe | |
| typedef short | int16_t |
| 16 bit signe | |
| typedef long int | int32_t |
| 32 bit signe | |
| typedef long long int | int64_t |
| 64 bit signe | |
| typedef uint8_t | BOOL |
| typedef int16_t | SOCKET |
| typedef int16_t | HANDLE |
Type definition