// nfccx.h
NTSTATUS NfcCxSetLlcpConfig(
WDFDEVICE Device,
PCNFC_CX_LLCP_CONFIG Config
);
View the official Windows Driver Kit DDI referenceNo description available.
Called by the client driver to configure the LLCP parameters.
DeviceA handle to a framework device object.
ConfigA pointer to an NFC_CX_LLCP_CONFIG structure.
If the operation succeeds, the function returns STATUS_SUCCESS.
NFC class extension design guide
Near field communication (NFC) design guide