Gets a message matching type
from the bus.
Will discard all messages on the bus that do not match type
and that have been posted before the first message that does
match type
. If there is no message matching type
on the bus, all messages will be discarded. It is not possible
to use message enums beyond EXTENDED in the events
mask.
this |
a Bus to pop |
types |
message types to take into account |
the next Message matching |