Function sc_ctx_get_reader

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

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