NFC_CX_LLCP_CONFIG structure (nfccx.h)

The NFC_CX_LLCP_CONFIG structure is an input parameter to NfcCxSetLlcpConfig.

Syntax

typedef struct _NFC_CX_LLCP_CONFIG {
  ULONG  Size;
  USHORT Miu;
  UCHAR  LinkTimeout;
  UCHAR  RecvWindowSize;
} NFC_CX_LLCP_CONFIG, *PNFC_CX_LLCP_CONFIG;

Members

Size

Size of this structure in bytes.

Miu

Max information unit in bytes. Default is 1024.

LinkTimeout

LTO timeout in multiples of 10 milliseconds. Default is 100 (1 second).

RecvWindowSize

The receive window size per LLCP spec. Default value is 5.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server None supported
Header nfccx.h (include Ncidef.h)

See also

NFC class extension design guide

Near field communication (NFC) design guide