NfcCxSetLlcpConfig function (nfccx.h)

Called by the client driver to configure the LLCP parameters.

Syntax

NTSTATUS NfcCxSetLlcpConfig(
  WDFDEVICE            Device,
  PCNFC_CX_LLCP_CONFIG Config
);

Parameters

Device

A handle to a framework device object.

Config

A pointer to an NFC_CX_LLCP_CONFIG structure.

Return value

If the operation succeeds, the function returns STATUS_SUCCESS.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
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