iso15693_3_poller_get_blocks_security

Function iso15693_3_poller_get_blocks_security 

Source
pub unsafe extern "C" fn iso15693_3_poller_get_blocks_security(
    instance: *mut Iso15693_3Poller,
    data: *mut u8,
    block_count: u16,
) -> Iso15693_3Error
Expand description

Get Iso15693_3 block security status.

Must ONLY be used inside the callback function.

§Arguments

  • instance (direction in, out) - pointer to the instance to be used in the transaction.
  • data (direction out) - pointer to the buffer to be filled with the block security status.
  • block_count (direction in) - block security number to be read.

§Returns

Iso15693_3ErrorNone on success, an error code on failure.