NFC_CX_CE_MODE_CONFIG - NtDoc

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

typedef enum _NFC_CX_CE_MODE_CONFIG {
  NFC_CX_CE_NFC_A,
  NFC_CX_CE_NFC_B,
  NFC_CX_CE_NFC_F,
  NFC_CX_CE_DEFAULT
} NFC_CX_CE_MODE_CONFIG, *PNFC_CX_CE_MODE_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_NFC_CX_CE_MODE_CONFIG enumeration

Description

This enumeration specifies CE listening mode flags.

Constants

NFC_CX_CE_NFC_A

Specifies NFC-A listening mode.

NFC_CX_CE_NFC_B

Specifies NFC-B listening mode.

NFC_CX_CE_NFC_F

Specifies NFC-F listening mode.

NFC_CX_CE_DEFAULT

Specifies NFC-A, NFC-B, and NFC-F listening mode.

See also

NFC class extension design guide

Near field communication (NFC) design guide