SECURE_ELEMENT_NFCC_CAPABILITIES structure (nfcsedev.h)

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