SECURE_ELEMENT_NFCC_CAPABILITIES-Struktur (nfcsedev.h)
SECURE_ELEMENT_NFCC_CAPABILITIES enthält NFC-Controllerfunktionen.
Syntax
typedef struct _SECURE_ELEMENT_NFCC_CAPABILITIES {
USHORT cbMaxRoutingTableSize;
BOOLEAN IsAidRoutingSupported;
BOOLEAN IsProtocolRoutingSupported;
BOOLEAN IsTechRoutingSupported;
} SECURE_ELEMENT_NFCC_CAPABILITIES, *PSECURE_ELEMENT_NFCC_CAPABILITIES;
Member
cbMaxRoutingTableSize
Maximale Routingtabellengröße im NFCC-Modus.
IsAidRoutingSupported
Gibt an, ob NFCC AID-basiertes Routing unterstützt.
IsProtocolRoutingSupported
Geben Sie an, ob NFCC protokollbasiertes Routing unterstützt.
IsTechRoutingSupported
Geben Sie an, ob NFCC technologiebasiertes Routing unterstützt.
Anforderungen
Anforderung | Wert |
---|---|
Header | nfcsedev.h |