How to set client ID in vsomeip or in CommonAPI SOMEIP #742
Unanswered
NagarjunaReddyG5262
asked this question in
Q&A
Replies: 1 comment
-
Are you talking about the "const std::shared_ptrCommonAPI::ClientId _client" parameter that is passed to each of the stub methods? If so, I've got the same query (under discussion #712) - note that this one, I think, is (or should be?) the IP address of the client, not the 2 byte client ID passed in the SOME/IP frame. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to set the client ID, while calling a method (Request and Response) either using vsomeip or CommonAPI for SOMEIP. Is it possible?
Does the client ID specified in Security configuration corresponds to the client ID(2bytes) of the someip frame format? Because I can see that the client ID is 0x0000 always even the application ID is given a non zero number.
Beta Was this translation helpful? Give feedback.
All reactions