NfcDeviceFree

Type Alias NfcDeviceFree 

Source
pub type NfcDeviceFree = Option<unsafe extern "C" fn(data: *mut NfcDeviceData)>;
Expand description

Delete the protocol-specific NFC device data instance.

§Arguments

  • data (direction in, out) - pointer to the instance to be deleted.

Aliased Type§

pub enum NfcDeviceFree {
    None,
    Some(unsafe extern "C" fn(*mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void))

Some value of type T.