structure SECURE_ELEMENT_NFCC_CAPABILITIES (nfcsedev.h)
SECURE_ELEMENT_NFCC_CAPABILITIES contient des fonctionnalités de contrôleur NFC.
Syntaxe
typedef struct _SECURE_ELEMENT_NFCC_CAPABILITIES {
USHORT cbMaxRoutingTableSize;
BOOLEAN IsAidRoutingSupported;
BOOLEAN IsProtocolRoutingSupported;
BOOLEAN IsTechRoutingSupported;
} SECURE_ELEMENT_NFCC_CAPABILITIES, *PSECURE_ELEMENT_NFCC_CAPABILITIES;
Membres
cbMaxRoutingTableSize
Taille maximale du mode d’écoute NFCC.
IsAidRoutingSupported
Spécifie si NFCC prend en charge le routage basé sur l’AIDE.
IsProtocolRoutingSupported
Spécifiez si NFCC prend en charge le routage basé sur le protocole.
IsTechRoutingSupported
Spécifiez si NFCC prend en charge le routage basé sur la technologie.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | nfcsedev.h |