![]() |
ODALID Librairie Carte MIFARE v0.7
|
Type definition. Plus de détails...
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 | |
Type definition.