Skip to content
Discussion options

You must be logged in to vote

I was mistaken in my comment specifying a ushort and a hard cast to pass it in.

You could try this
var filter = new MessageFilter()
{
Mask = 0xF00,
Pattern = 0x700,
FilterType = Filter.PASS_FILTER
};

As for why there are three filter parameters, you should reference the SAE J2534 standard. I didn't create it, I just follow it.

Brian

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tjwasiak
Comment options

Answer selected by tjwasiak
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@tjwasiak
Comment options

@joeservo
Comment options

@joeservo
Comment options

@BrianHumlicek
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants