// nfcsedev.h
typedef struct _SECURE_ELEMENT_NFCC_CAPABILITIES {
USHORT cbMaxRoutingTableSize;
BOOLEAN IsAidRoutingSupported;
BOOLEAN IsProtocolRoutingSupported;
BOOLEAN IsTechRoutingSupported;
} SECURE_ELEMENT_NFCC_CAPABILITIES, *PSECURE_ELEMENT_NFCC_CAPABILITIES;
View the official Windows Driver Kit DDI referenceNo description available.
SECURE_ELEMENT_NFCC_CAPABILITIES contains NFC controller capabilities.
cbMaxRoutingTableSizeNFCC maximum listen mode routing table size.
IsAidRoutingSupportedSpecifies whether NFCC supports AID-based routing.
IsProtocolRoutingSupportedSpecify whether NFCC supports protocol-based routing.
IsTechRoutingSupportedSpecify whether NFCC supports technology-based routing.