NfcCxSetRfDiscoveryConfig function (nfccx.h)

Called by the client driver to configure the RF discovery parameters.

Syntax

NTSTATUS NfcCxSetRfDiscoveryConfig(
  WDFDEVICE                    Device,
  PCNFC_CX_RF_DISCOVERY_CONFIG Config
);

Parameters

Device

A handle to a framework device object.

Config

A pointer to an NFC_CX_RF_DISCOVERY_CONFIG structure.

Return value

If the operation succeeds, the function returns STATUS_SUCCESS.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server None supported
Target Platform Windows
Header nfccx.h (include Ncidef.h)
Library Nfccxstub.lib
DLL NfcCx.dll

See also

NFC class extension design guide

Near field communication (NFC) design guide