// nfccx.h
typedef struct _NFC_CX_LLCP_CONFIG {
ULONG Size;
USHORT Miu;
UCHAR LinkTimeout;
UCHAR RecvWindowSize;
} NFC_CX_LLCP_CONFIG, *PNFC_CX_LLCP_CONFIG;
View the official Windows Driver Kit DDI referenceNo description available.
The NFC_CX_LLCP_CONFIG structure is an input parameter to NfcCxSetLlcpConfig.
SizeSize of this structure in bytes.
MiuMax information unit in bytes. Default is 1024.
LinkTimeoutLTO timeout in multiples of 10 milliseconds. Default is 100 (1 second).
RecvWindowSizeThe receive window size per LLCP spec. Default value is 5.
NFC class extension design guide
Near field communication (NFC) design guide