[][src]Function opensc_sys::sc_erase_binary

pub unsafe extern "C" fn sc_erase_binary(
    card: *mut sc_card,
    idx: c_uint,
    count: size_t,
    flags: c_ulong
) -> c_int

Sets (part of) the content fo an EF to its logical erased state @param card struct sc_card object on which to issue the command @param idx index within the file for the data to be erased @param count number of bytes to erase @param flags flags for the ERASE BINARY command (currently not used) @return number of bytes written or an error code