NFC_CX_LLCP_CONFIG - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-nfccx-_nfc_cx_llcp_config)

_NFC_CX_LLCP_CONFIG structure

Description

The NFC_CX_LLCP_CONFIG structure is an input parameter to NfcCxSetLlcpConfig.

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.

See also

NFC class extension design guide

Near field communication (NFC) design guide