[][src]Function opensc_sys::sc_append_record

pub unsafe extern "C" fn sc_append_record(
    card: *mut sc_card,
    buf: *const u8,
    count: size_t,
    flags: c_ulong
) -> c_int

Appends a record to the current (i.e. selected) file. @param card struct sc_card object on which to issue the command @param buf buffer with to the data for the new record @param count length of the data @param flags flags (may contain a short file id of a file to select) @retval number of bytes written or an error value