my issue is the following. I have dat files that have streams the media type of which i sadly do not have. I know that sample should be automotive ethernet frames, however, I do not have exact struct description or ddl. Is it possible to somehow tell inPin to simple receive a byte payload and let me do the rest? Thank you.
I tried to just have struct with byte array, but that did not work.