pub unsafe extern "C" fn sc_connect_card(
reader: *mut sc_reader_t,
card: *mut *mut sc_card,
) -> c_intExpand description
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