pub fn construct_arguments(
    endianness: Endianness,
    pdu_signal_types: &[TypeInfo],
    data: &[u8]
) -> Result<Vec<Argument>, DltParseError>
Expand description

if the type-info for the payload arguments is proviced, this function parses and creates the individual arguments from payload data