pub type NfcGenericEventData = c_void;Expand description
Generic Nfc event data type.
Must be cast to a concrete type before use. Usually, it will be the protocol-specific event type.
Aliased Typeยง
pub enum NfcGenericEventData {
// some variants omitted
}