SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nfcsedev.h

typedef struct _SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD {
  USHORT bConnectionId;
  BYTE   eRfTechType;
  BYTE   eRfProtocolType;
} SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD, *PSECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SECURE_ELEMENT_HCE_ACTIVATION_PAYLOAD structure

Description

Members

bConnectionId

Unique identifier for current connection.

eRfTechType

NFC Forum RF technology type.

eRfProtocolType

NFC Forum RF protocol type.