// 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 referenceNo description available.
bConnectionIdUnique identifier for current connection.
eRfTechTypeNFC Forum RF technology type.
eRfProtocolTypeNFC Forum RF protocol type.