nfc_poller_get_data

Function nfc_poller_get_data 

Source
pub unsafe extern "C" fn nfc_poller_get_data(
    instance: *const NfcPoller,
) -> *const NfcDeviceData
Expand description

Get the data that was that was gathered during the reading process.

§Arguments

  • instance (direction in) - pointer to the instance to be queried.

§Returns

pointer to the NFC device data.