[][src]Function opensc_sys::sc_apdu_get_length

pub unsafe extern "C" fn sc_apdu_get_length(
    apdu: *const sc_apdu_t,
    proto: c_uint
) -> size_t

Calculates the length of the encoded APDU in octets. @param apdu the APDU @param proto the desired protocol @return length of the encoded APDU