Function ecu_diagnostics::uds::get_dtc_extended_data_record_by_dtc_number[][src]

pub fn get_dtc_extended_data_record_by_dtc_number(
    server: &mut UdsDiagnosticServer,
    dtc: u32,
    extended_data_record_number: u8
) -> DiagServerResult<Vec<u8>>
Expand description

Returns the DTCExtendedData record(s) asssociated with the provided DTC mask and record number. For the record_number, 0xFE implies all OBD records. and 0xFF implies all records.

Returns

This function will return the ECUs full response if successful