nyurik/automotive_diag

Missing option for 'other/any' UDS Session modes

rnd-ash opened this issue · 3 comments

I think this should be added, since OEMs tend to sometimes have non-standard session mod types. The old version of auto_uds had the 'other' sessionType for other/unknown non standard session types.

nyurik commented

Isn't this what the ByteWrapper<T> is for? I should probably add this to the README too. See https://github.com/nyurik/auto_uds/blob/main/src/utils.rs . Each enum has a corresponding *Byte type alias defined.

Ah good point! Thanks for the heads up on this. I'll refactor this

nyurik commented

np, will do some more docs