SECURE_ELEMENT_NFCC_CAPABILITIES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-nfcsedev-_secure_element_nfcc_capabilities)

_SECURE_ELEMENT_NFCC_CAPABILITIES structure

Description

SECURE_ELEMENT_NFCC_CAPABILITIES contains NFC controller capabilities.

Members

cbMaxRoutingTableSize

NFCC maximum listen mode routing table size.

IsAidRoutingSupported

Specifies whether NFCC supports AID-based routing.

IsProtocolRoutingSupported

Specify whether NFCC supports protocol-based routing.

IsTechRoutingSupported

Specify whether NFCC supports technology-based routing.