Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |