nfc_poller_get_protocol

Function nfc_poller_get_protocol 

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

Get the protocol identifier an NfcPoller instance was created with.

§Arguments

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

§Returns

identifier of the protocol used by the instance.