pub unsafe extern "C" fn iso15693_3_poller_get_blocks_security(
instance: *mut Iso15693_3Poller,
data: *mut u8,
block_count: u16,
) -> Iso15693_3ErrorExpand 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.