get Results from SvcReadMemoryByAddress_2013
Posted: Sun 2. Mar 2025, 23:35
Hi
I am struggling to extract the returned information
I checked the CAN comunication and it looks fine. THe UDS Message is send and the ECU Returns some values.
And API is returning StatusiO. But I do not get the retunred information back.
status = UDSApi.SvcReadMemoryByAddress_2013(tp_handle, config, out request, address_buffer,2, result_buffer,2);
if (UDSApi.StatusIsOk_2013(status))
status = UDSApi.WaitForService_2013(tp_handle, ref request, out response, out confirmation);
First I thougtht the answer is stored inside result_buffer or is it returned at responce ?
I checked your documenation, but this parameters are not 100% clear to me
thanks
I am struggling to extract the returned information
I checked the CAN comunication and it looks fine. THe UDS Message is send and the ECU Returns some values.
And API is returning StatusiO. But I do not get the retunred information back.
status = UDSApi.SvcReadMemoryByAddress_2013(tp_handle, config, out request, address_buffer,2, result_buffer,2);
if (UDSApi.StatusIsOk_2013(status))
status = UDSApi.WaitForService_2013(tp_handle, ref request, out response, out confirmation);
First I thougtht the answer is stored inside result_buffer or is it returned at responce ?
I checked your documenation, but this parameters are not 100% clear to me
thanks