Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

NFC_CX_CLIENT_CONFIG_INIT function (nfccx.h)

The NFC_CX_CLIENT_CONFIG_INIT function initializes the NFC_CX_CLIENT_CONFIG structure.

Syntax

VOID NFC_CX_CLIENT_CONFIG_INIT(
 [out] PNFC_CX_CLIENT_CONFIG Config,
 [in] NFC_CX_TRANSPORT_TYPE BusType
);

Parameters

[out] Config

A pointer to an NFC_CX_CLIENT_CONFIG structure.

[in] BusType

An NFC_CX_TRANSPORT_TYPE enumeration.

Return value

None

Requirements

Requirement Value
Target Platform Desktop
Header nfccx.h (include Ncidef.h)
Library Nfccxstub.lib

See also

NFC class extension design guide

Near field communication (NFC) design guide


Feedback

Was this page helpful?

Additional resources