You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I understand that the channels are set in the channel mask as "channel enables". Set a bit to allow messages to/from that channel.
The docs should spell that out, I think.
On the contrary, an event filter seems to disable events, to reject them. Set a bit to not get a message. Again, this should be made clear in the docs.
Also, I see how these will affect incoming messages, allowing some and rejecting others. Do these filters also apply to output ports? If I enable only channels 1+2, and then send some messages on channel 6, will those messages get out? Yes, I know, that's a stupid thing to do, but I'm wondering how "far" the filters are applied. Input only? Both input and output?
Sorry for all the nit-picks. Thanks!
The text was updated successfully, but these errors were encountered:
I think I understand that the channels are set in the channel mask as "channel enables". Set a bit to allow messages to/from that channel.
The docs should spell that out, I think.
On the contrary, an event filter seems to disable events, to reject them. Set a bit to not get a message. Again, this should be made clear in the docs.
Also, I see how these will affect incoming messages, allowing some and rejecting others. Do these filters also apply to output ports? If I enable only channels 1+2, and then send some messages on channel 6, will those messages get out? Yes, I know, that's a stupid thing to do, but I'm wondering how "far" the filters are applied. Input only? Both input and output?
Sorry for all the nit-picks. Thanks!
The text was updated successfully, but these errors were encountered: