iso15693_3_poller_activate

Function iso15693_3_poller_activate 

Source
pub unsafe extern "C" fn iso15693_3_poller_activate(
    instance: *mut Iso15693_3Poller,
    data: *mut Iso15693_3Data,
) -> Iso15693_3Error
Expand description

Perform activation procedure.

Must ONLY be used inside the callback function.

Perfoms the activation procedure as defined in Iso15693_3. The data field will be filled with Iso15693_3Data data on success.

§Arguments

  • instance (direction in, out) - pointer to the instance to be used in the transaction.
  • data (direction out) - pointer to the Iso15693_3 data structure to be filled.

§Returns

Iso15693_3ErrorNone on success, an error code on failure.