NfcCxNciReadNotification - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nfccx.h

NTSTATUS NfcCxNciReadNotification(
  WDFDEVICE Device,
  WDFMEMORY Memory
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nfccx-nfccxncireadnotification)

NfcCxNciReadNotification function

Description

Called by the client driver when a read packet is available. The WDFMEMORY can be deallocated by the client driver after completion of the call. While NFC CXs implementation will quickly process this call, it is expected that the client driver doesn't make this call from the context of an ISR. It is recommend that the client driver issues this call from the ISR work-item.

Parameters

Device

A handle to a framework device object.

Memory

A handle to a framework memory object.

Return value

If the operation succeeds, the function returns STATUS_SUCCESS.

See also

NFC class extension design guide

Near field communication (NFC) design guide