COVESA / capicxx-someip-tools

Common API C++ SOMEIP tooling
Mozilla Public License 2.0
76 stars 55 forks source link

undefined method id start from 0 which is reserved #7

Closed zeerd closed 3 years ago

zeerd commented 4 years ago

Hello,

Depend on [TR_SOMEIP_00517], the method id 0 is reserved. But , I find the capi will use some auto-generated method id(start from 0x0) on some undefined methods for attribute, such as a getXXXAttributeStubDispatcher .

For example, a read-only attribute without getter id.

Could you please modify it to start from other value such as 0x7ffe but not the 0?

lutzbichler commented 3 years ago

The 0 is used internally only. No messages with SOME/IP method identifier 0 are sent to the network.