[][src]Function opensc_sys::iso7816_write_binary_sfid

pub unsafe extern "C" fn iso7816_write_binary_sfid(
    card: *mut sc_card_t,
    sfid: c_uchar,
    ef: *mut u8,
    ef_len: size_t
) -> c_int

@brief Write a complete EF by short file identifier.

@param[in] card card @param[in] sfid Short file identifier @param[in] ef Data to write @param[in] ef_len Length of \a ef

@note The appropriate directory must be selected before calling this function.