iso15693_3_poller_read_blocks

Function iso15693_3_poller_read_blocks 

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

Read multiple Iso15693_3 blocks.

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 data.
  • block_count (direction in) - number of blocks to be read.
  • block_size (direction in) - size of the blocks to be read.

§Returns

Iso15693_3ErrorNone on success, an error code on failure.