pub unsafe extern "C" fn nfc_device_clear(instance: *mut NfcDevice)Expand description
Clear an NfcDevice instance.
All data contained in the instance will be deleted and the instance itself will become invalid as if it was just allocated.
ยงArguments
instance(direction in, out) - pointer to the instance to be cleared.