SECURE_ELEMENT_NFCC_CAPABILITIES 結構 (nfcsedev.h)

SECURE_ELEMENT_NFCC_CAPABILITIES包含 NFC 控制器功能。

語法

typedef struct _SECURE_ELEMENT_NFCC_CAPABILITIES {
  USHORT  cbMaxRoutingTableSize;
  BOOLEAN IsAidRoutingSupported;
  BOOLEAN IsProtocolRoutingSupported;
  BOOLEAN IsTechRoutingSupported;
} SECURE_ELEMENT_NFCC_CAPABILITIES, *PSECURE_ELEMENT_NFCC_CAPABILITIES;

成員

cbMaxRoutingTableSize

NFCC 最大接聽模式路由表大小。

IsAidRoutingSupported

指定 NFCC 是否支援 AID 型路由。

IsProtocolRoutingSupported

指定 NFCC 是否支援通訊協定型路由。

IsTechRoutingSupported

指定 NFCC 是否支援以技術為基礎的路由。

規格需求

需求
標頭 nfcsedev.h