[][src]Function opensc_sys::sc_connect_card

pub unsafe extern "C" fn sc_connect_card(
    reader: *mut sc_reader_t,
    card: *mut *mut sc_card
) -> c_int

Connects to a card in a reader and auto-detects the card driver. The ATR (Answer to Reset) string of the card is also retrieved. @param reader Reader structure @param card The allocated card object will go here