Whether PCAN-UDS API Methods reenterable?

A free API for the communication with control devices according to UDS (ISO 14229-1)
Post Reply
Embers
Posts: 12
Joined: Wed 8. Jul 2020, 11:36

Whether PCAN-UDS API Methods reenterable?

Post by Embers » Tue 21. Jul 2020, 04:21

Hello everyone
I want to use the PCAN-UDS API:SvcReadDataByIdentifier() ,it's called in two thread ,so whether the API is reenterable?
Any help would be appreciated. :P

K.Wagner
Software Development
Software Development
Posts: 1080
Joined: Wed 22. Sep 2010, 13:36

Re: Whether PCAN-UDS API Methods reenterable?

Post by K.Wagner » Tue 21. Jul 2020, 08:27

Hello,

all our Apis are thread-safe, so yes, it is not a problem calling the function from different threads.
Best regards,
Keneth

Post Reply