ODALID Librairie Carte MIFARE v0.5
Chargement...
Recherche...
Aucune correspondance
Référence du fichier TypeDefs.h
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

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
 

Description détaillée

Type definition

Auteur
Vincent T.
Version
0.1
Date
18 Novembre 2021

Documentation des définitions de type

◆ BOOL

typedef uint8_t BOOL

fin