Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
SECURE_ELEMENT_NFCC_CAPABILITIES contains NFC controller capabilities.
Syntax
typedef struct _SECURE_ELEMENT_NFCC_CAPABILITIES {
USHORT cbMaxRoutingTableSize;
BOOLEAN IsAidRoutingSupported;
BOOLEAN IsProtocolRoutingSupported;
BOOLEAN IsTechRoutingSupported;
} SECURE_ELEMENT_NFCC_CAPABILITIES, *PSECURE_ELEMENT_NFCC_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.
Requirements
| Requirement | Value |
|---|---|
| Header | nfcsedev.h |