Function sc_ctx_detect_readers

Source
pub unsafe extern "C" fn sc_ctx_detect_readers(
    ctx: *mut sc_context_t,
) -> c_int
Expand description

Detect new readers available on system. @param ctx OpenSC context @return SC_SUCCESS on success and an error code otherwise.