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