[][src]Function opensc_sys::sc_ctx_get_reader

pub unsafe extern "C" fn sc_ctx_get_reader(
    ctx: *mut sc_context_t,
    i: c_uint
) -> *mut sc_reader_t

Returns a pointer to the specified sc_reader_t object @param ctx OpenSC context @param i number of the reader structure to return (starting with 0) @return the requested sc_reader object or NULL if the index is not available