Mallikarjuna-Mbrdi
Mallikarjuna-Mbrdi
Please free to suggest some workaround to handle the removal of exceptions.
we are adding the header at beginning, is there a way to fix this issue, we need a predictable behavior in an ASIL context. is there a way to find...
``` struct Message { bytes data; }; struct Header{ uint32 version; uint32 data_size; uint8 no_of_msgs; Message msg; }; ``` i have some schema similar to this, where i add header...
sorry, in point 3, data = header (which also includes the msg). Please let me know the info you require.