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 de table de routage en mode d’écoute maximale 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.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | nfcsedev.h |