Function sc_select_file

Source
pub unsafe extern "C" fn sc_select_file(
    card: *mut sc_card,
    path: *const sc_path_t,
    file: *mut *mut sc_file_t,
) -> c_int
Expand description

Does the equivalent of ISO 7816-4 command SELECT FILE. @param card struct sc_card object on which to issue the command @param path The path, file id or name of the desired file @param file If not NULL, will receive a pointer to a new structure @return SC_SUCCESS on success and an error code otherwise