NfcCxSetLlcpConfig - NtDoc

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

NTSTATUS NfcCxSetLlcpConfig(
  WDFDEVICE            Device,
  PCNFC_CX_LLCP_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nfccx-nfccxsetllcpconfig)

NfcCxSetLlcpConfig function

Description

Called by the client driver to configure the LLCP parameters.

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.

See also

NFC class extension design guide

Near field communication (NFC) design guide