Function read_file
pub unsafe extern "C" fn read_file(
handle: ClientHandle,
info: *mut CardFileInfoToRead,
out: *mut CardFileData,
) -> ErrorCodeAvailable on non-
ag35 only.Expand description
Determines whether the request is for transparent or record based read command based on the record number and calls the corresponding function to send the message to the card.
- Record number = 0 - transparent
- Record number > 0 - record based