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_SET_CARD_EMULATION_MODE_INFO is the input parameter for IOCTL_NFCSE_SET_CARD_EMULATION_MODE.
Syntax
typedef struct _SECURE_ELEMENT_SET_CARD_EMULATION_MODE_INFO {
GUID guidSecureElementId;
SECURE_ELEMENT_CARD_EMULATION_MODE eMode;
} SECURE_ELEMENT_SET_CARD_EMULATION_MODE_INFO, *PSECURE_ELEMENT_SET_CARD_EMULATION_MODE_INFO;
Members
guidSecureElementId
This is a unique identifier for the secure element.
eMode
Card emulation mode: off, power dependent, or power-independent.
Requirements
| Requirement | Value |
|---|---|
| Header | nfcsedev.h |