NFC_CX_POLL_BAILOUT_CONFIG enumeration (nfccx.h)

The NFC_CX_POLL_BAILOUT_CONFIG enumeration specifies poll mode bail out.

Syntax

typedef enum _NFC_CX_POLL_BAILOUT_CONFIG {
  NFC_CX_POLL_BAILOUT_DEFAULT,
  NFC_CX_POLL_BAILOUT_NFC_A,
  NFC_CX_POLL_BAILOUT_NFC_B
} NFC_CX_POLL_BAILOUT_CONFIG, *PNFC_CX_POLL_BAILOUT_CONFIG;

Constants

 
NFC_CX_POLL_BAILOUT_DEFAULT
NFC_CX_POLL_BAILOUT_NFC_A
NFC_CX_POLL_BAILOUT_NFC_B

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server None supported
Header nfccx.h (include Ncidef.h)

See also

NFC class extension design guide

Near field communication (NFC) design guide