[][src]Function opensc_sys::sc_transmit_apdu

pub unsafe extern "C" fn sc_transmit_apdu(
    card: *mut sc_card,
    apdu: *mut sc_apdu
) -> c_int

Sends a APDU to the card @param card struct sc_card object to which the APDU should be send @param apdu sc_apdu_t object of the APDU to be send @return SC_SUCCESS on success and an error code otherwise