NFC_CX_DEVICE_MODE - NtDoc

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

typedef enum _NFC_CX_DEVICE_MODE {
  NFC_CX_DEVICE_MODE_NCI,
  NFC_CX_DEVICE_MODE_DTA,
  NFC_CX_DEVICE_MODE_RAW
} NFC_CX_DEVICE_MODE, *PNFC_CX_DEVICE_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-nfccx-_nfc_cx_device_mode)

_NFC_CX_DEVICE_MODE enumeration

Description

Specifies device mode flags.

Constants

NFC_CX_DEVICE_MODE_NCI

Enable NCI mode.

NFC_CX_DEVICE_MODE_DTA

Enable DTA mode.

NFC_CX_DEVICE_MODE_RAW

Enable RAW mode.

See also

NFC class extension design guide

Near field communication (NFC) design guide