nfc_scanner_alloc

Function nfc_scanner_alloc 

Source
pub unsafe extern "C" fn nfc_scanner_alloc(
    nfc: *mut Nfc,
) -> *mut NfcScanner
Expand description

Allocate an NfcScanner instance.

§Arguments

  • nfc (direction in) - pointer to an Nfc instance.

§Returns

pointer to the allocated NfcScanner instance.

[nfc.h]