// nfccx.h
NTSTATUS NfcCxNciReadNotification(
WDFDEVICE Device,
WDFMEMORY Memory
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
DeviceA handle to a framework device object.
MemoryA handle to a framework memory object.
If the operation succeeds, the function returns STATUS_SUCCESS.
NFC class extension design guide
Near field communication (NFC) design guide