ODALID Librairie Carte MIFARE v0.5
Chargement...
Recherche...
Aucune correspondance
Type

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
 

Description détaillée

Type definition.

Documentation des définitions de type

◆ uint8_t

typedef unsigned char uint8_t

BOOL.

8 bit non signe