pub unsafe extern "C" fn sc_ctx_detect_readers(
ctx: *mut sc_context_t,
) -> c_intExpand description
Detect new readers available on system. @param ctx OpenSC context @return SC_SUCCESS on success and an error code otherwise.
pub unsafe extern "C" fn sc_ctx_detect_readers(
ctx: *mut sc_context_t,
) -> c_intDetect new readers available on system. @param ctx OpenSC context @return SC_SUCCESS on success and an error code otherwise.